|
1 | 1 | /* |
2 | | -* Copyright © 2016-2019 by IntegrIT S.A. dba Hackolade. All rights reserved. |
| 2 | +* Copyright © 2016-2026 by IntegrIT S.A. dba Hackolade. All rights reserved. |
3 | 3 | * |
4 | 4 | * The copyright to the computer software herein is the property of IntegrIT S.A. |
5 | | -* The software may be used and/or copied only with the written permission of |
6 | | -* IntegrIT S.A. or in accordance with the terms and conditions stipulated in |
7 | | -* the agreement/contract under which the software has been supplied. |
| 5 | +* The software may be used and/or copied only with the written permission of |
| 6 | +* IntegrIT S.A. or in accordance with the terms and conditions stipulated in |
| 7 | +* the agreement/contract under which the software has been supplied. |
8 | 8 |
|
9 | 9 |
|
10 | 10 | In order to define custom properties for any object's properties pane, you may copy/paste from the following, |
@@ -77,8 +77,8 @@ making sure that you maintain a proper JSON format. |
77 | 77 | ] |
78 | 78 | }, |
79 | 79 | // “groupInput” can have the following states - 0 items, 1 item, and many items. |
80 | | -// “blockInput” has only 2 states - 0 items or 1 item. |
81 | | -// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing |
| 80 | +// “blockInput” has only 2 states - 0 items or 1 item. |
| 81 | +// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing |
82 | 82 | // and forward-engineering in particular. |
83 | 83 | { |
84 | 84 | "propertyName": "Block", |
@@ -110,7 +110,7 @@ making sure that you maintain a proper JSON format. |
110 | 110 | "shouldValidate": false, |
111 | 111 | "propertyType": "fieldList", |
112 | 112 | "template": "orderedList" |
113 | | - }, |
| 113 | + }, |
114 | 114 | { |
115 | 115 | "propertyName": "List with attribute", |
116 | 116 | "propertyKeyword": "keyListOrder", |
|
0 commit comments