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
1010In 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" ,
@@ -2476,8 +2476,8 @@ making sure that you maintain a proper JSON format.
24762476 "fieldType" : " coupled" ,
24772477 "dependency" : {
24782478 "level" : " parent" ,
2479- "key" : " entityType " ,
2480- "value" : " response "
2479+ "key" : " name " ,
2480+ "value" : " responses "
24812481 },
24822482 "disabledOnCondition" : {
24832483 "level" : " parent" ,
@@ -2491,8 +2491,8 @@ making sure that you maintain a proper JSON format.
24912491 "fieldType" : " coupled" ,
24922492 "dependency" : {
24932493 "level" : " parent" ,
2494- "key" : " entityType " ,
2495- "value" : " response "
2494+ "key" : " name " ,
2495+ "value" : " responses "
24962496 },
24972497 "disabledOnCondition" : {
24982498 "level" : " parent" ,
0 commit comments