Skip to content

Commit bf53dd9

Browse files
HCK-12762: column can be as index and distribution column at the same time (#118)
1 parent e7a1c68 commit bf53dd9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

properties_pane/entity_level/entityLevelConfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* Copyright © 2016-2020 by IntegrIT S.A. dba Hackolade. All rights reserved.
33
*
44
* 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.
88

99
In order to define custom properties for any object's properties pane, you may copy/paste from the following,
1010
making sure that you maintain a proper JSON format.
@@ -70,8 +70,8 @@ making sure that you maintain a proper JSON format.
7070
]
7171
},
7272
// “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
7575
// and forward-engineering in particular.
7676
{
7777
"propertyName": "Block",
@@ -99,7 +99,7 @@ making sure that you maintain a proper JSON format.
9999
"propertyKeyword": "keyList",
100100
"propertyType": "fieldList",
101101
"template": "orderedList"
102-
},
102+
},
103103
{
104104
"propertyName": "List with attribute",
105105
"propertyKeyword": "keyListOrder",
@@ -217,7 +217,7 @@ making sure that you maintain a proper JSON format.
217217
"propertyType": "compositeKeySetter",
218218
"abbr": " ",
219219
"attributeList": [],
220-
"disabledItemStrategy": "compositeKeyWithClusteringKey",
220+
"disabledItemStrategy": "default",
221221
"template": "collectiontree",
222222
"isCompositeKey": true,
223223
"dependency": {

0 commit comments

Comments
 (0)