2
2
* Copyright © 2016-2017 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,
@@ -78,8 +78,8 @@ making sure that you maintain a proper JSON format.
78
78
]
79
79
},
80
80
// “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
83
83
// and forward-engineering in particular.
84
84
{
85
85
"propertyName" : " Block" ,
@@ -111,7 +111,7 @@ making sure that you maintain a proper JSON format.
111
111
"shouldValidate" : false ,
112
112
"propertyType" : " fieldList" ,
113
113
"template" : " orderedList"
114
- },
114
+ },
115
115
{
116
116
"propertyName" : " List with attribute" ,
117
117
"propertyKeyword" : " keyListOrder" ,
@@ -1978,8 +1978,8 @@ making sure that you maintain a proper JSON format.
1978
1978
"fieldType" : " coupled" ,
1979
1979
"dependency" : {
1980
1980
"level" : " parent" ,
1981
- "key" : " entityType " ,
1982
- "value" : " response "
1981
+ "key" : " name " ,
1982
+ "value" : " responses "
1983
1983
},
1984
1984
"disabledOnCondition" : {
1985
1985
"level" : " parent" ,
@@ -1993,8 +1993,8 @@ making sure that you maintain a proper JSON format.
1993
1993
"fieldType" : " coupled" ,
1994
1994
"dependency" : {
1995
1995
"level" : " parent" ,
1996
- "key" : " entityType " ,
1997
- "value" : " response "
1996
+ "key" : " name " ,
1997
+ "value" : " responses "
1998
1998
},
1999
1999
"disabledOnCondition" : {
2000
2000
"level" : " parent" ,
0 commit comments