|
2 | 2 | * Copyright © 2016-2020 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 | In order to define custom properties for any object's properties pane, you may copy/paste from the following, |
10 | 10 | making sure that you maintain a proper JSON format. |
@@ -70,8 +70,8 @@ making sure that you maintain a proper JSON format. |
70 | 70 | ] |
71 | 71 | }, |
72 | 72 | // “groupInput” can have the following states - 0 items, 1 item, and many items. |
73 | | -// “blockInput” has only 2 states - 0 items or 1 item. |
74 | | -// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing |
| 73 | +// “blockInput” has only 2 states - 0 items or 1 item. |
| 74 | +// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing |
75 | 75 | // and forward-engineering in particular. |
76 | 76 | { |
77 | 77 | "propertyName": "Block", |
@@ -99,7 +99,7 @@ making sure that you maintain a proper JSON format. |
99 | 99 | "propertyKeyword": "keyList", |
100 | 100 | "propertyType": "fieldList", |
101 | 101 | "template": "orderedList" |
102 | | - }, |
| 102 | + }, |
103 | 103 | { |
104 | 104 | "propertyName": "List with attribute", |
105 | 105 | "propertyKeyword": "keyListOrder", |
@@ -217,7 +217,7 @@ making sure that you maintain a proper JSON format. |
217 | 217 | "propertyType": "compositeKeySetter", |
218 | 218 | "abbr": " ", |
219 | 219 | "attributeList": [], |
220 | | - "disabledItemStrategy": "compositeKeyWithClusteringKey", |
| 220 | + "disabledItemStrategy": "default", |
221 | 221 | "template": "collectiontree", |
222 | 222 | "isCompositeKey": true, |
223 | 223 | "dependency": { |
|
0 commit comments