|
2 | 2 | * Copyright © 2016-2019 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,
|
@@ -71,8 +71,8 @@ making sure that you maintain a proper JSON format.
|
71 | 71 | ]
|
72 | 72 | },
|
73 | 73 | // “groupInput” can have the following states - 0 items, 1 item, and many items.
|
74 |
| -// “blockInput” has only 2 states - 0 items or 1 item. |
75 |
| -// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing |
| 74 | +// “blockInput” has only 2 states - 0 items or 1 item. |
| 75 | +// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing |
76 | 76 | // and forward-engineering in particular.
|
77 | 77 | {
|
78 | 78 | "propertyName": "Block",
|
@@ -100,7 +100,7 @@ making sure that you maintain a proper JSON format.
|
100 | 100 | "propertyKeyword": "keyList",
|
101 | 101 | "propertyType": "fieldList",
|
102 | 102 | "template": "orderedList"
|
103 |
| - }, |
| 103 | + }, |
104 | 104 | {
|
105 | 105 | "propertyName": "List with attribute",
|
106 | 106 | "propertyKeyword": "keyListOrder",
|
@@ -164,6 +164,7 @@ making sure that you maintain a proper JSON format.
|
164 | 164 | "value": "sub-node"
|
165 | 165 | }
|
166 | 166 | },
|
| 167 | + "preserveOnCleanDependencies": true, |
167 | 168 | "dependency": {
|
168 | 169 | "type": "not",
|
169 | 170 | "values": {
|
|
0 commit comments