Skip to content

Commit eb08669

Browse files
Revert "fix: dependency config (#40)" (#41)
This reverts commit 52a9042.
1 parent 52a9042 commit eb08669

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* Copyright © 2016-2017 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

1010
In order to define custom properties for any object's properties pane, you may copy/paste from the following,
@@ -78,8 +78,8 @@ making sure that you maintain a proper JSON format.
7878
]
7979
},
8080
// “groupInput” can have the following states - 0 items, 1 item, and many items.
81-
// “blockInput” has only 2 states - 0 items or 1 item.
82-
// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing
81+
// “blockInput” has only 2 states - 0 items or 1 item.
82+
// This gives us an easy way to represent it as an object and not as an array internally which is beneficial for processing
8383
// and forward-engineering in particular.
8484
{
8585
"propertyName": "Block",
@@ -111,7 +111,7 @@ making sure that you maintain a proper JSON format.
111111
"shouldValidate": false,
112112
"propertyType": "fieldList",
113113
"template": "orderedList"
114-
},
114+
},
115115
{
116116
"propertyName": "List with attribute",
117117
"propertyKeyword": "keyListOrder",
@@ -1978,8 +1978,8 @@ making sure that you maintain a proper JSON format.
19781978
"fieldType": "coupled",
19791979
"dependency": {
19801980
"level": "parent",
1981-
"key": "entityType",
1982-
"value": "response"
1981+
"key": "name",
1982+
"value": "responses"
19831983
},
19841984
"disabledOnCondition": {
19851985
"level": "parent",
@@ -1993,8 +1993,8 @@ making sure that you maintain a proper JSON format.
19931993
"fieldType": "coupled",
19941994
"dependency": {
19951995
"level": "parent",
1996-
"key": "entityType",
1997-
"value": "response"
1996+
"key": "name",
1997+
"value": "responses"
19981998
},
19991999
"disabledOnCondition": {
20002000
"level": "parent",

0 commit comments

Comments
 (0)