File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
properties_pane/field_level Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -2626,7 +2626,10 @@ making sure that you maintain a proper JSON format.
26262626 "propertyTooltip" : " Select from list of options" ,
26272627 "propertyType" : " select" ,
26282628 "options" : [
2629- " form"
2629+ " " ,
2630+ " matrix" ,
2631+ " label" ,
2632+ " simple"
26302633 ],
26312634 "enableForReference" : true
26322635 },
@@ -2705,7 +2708,11 @@ making sure that you maintain a proper JSON format.
27052708 "propertyTooltip" : " Select from list of options" ,
27062709 "propertyType" : " select" ,
27072710 "options" : [
2708- " form"
2711+ " " ,
2712+ " form" ,
2713+ " spaceDelimited" ,
2714+ " pipeDelimited" ,
2715+ " deepObject"
27092716 ],
27102717 "enableForReference" : true
27112718 },
@@ -2784,7 +2791,8 @@ making sure that you maintain a proper JSON format.
27842791 "propertyTooltip" : " Select from list of options" ,
27852792 "propertyType" : " select" ,
27862793 "options" : [
2787- " form"
2794+ " " ,
2795+ " simple"
27882796 ],
27892797 "enableForReference" : true
27902798 },
@@ -2863,6 +2871,7 @@ making sure that you maintain a proper JSON format.
28632871 "propertyTooltip" : " Select from list of options" ,
28642872 "propertyType" : " select" ,
28652873 "options" : [
2874+ " " ,
28662875 " form"
28672876 ],
28682877 "enableForReference" : true
You can’t perform that action at this time.
0 commit comments