File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
properties_pane/field_level Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,33 @@ making sure that you maintain a proper JSON format.
193193 "propertyName" : " Not null" ,
194194 "propertyKeyword" : " required" ,
195195 "enableForReference" : true ,
196- "propertyType" : " checkbox"
196+ "propertyType" : " checkbox" ,
197+ "dependency" : {
198+ "key" : " primaryKey" ,
199+ "value" : true
200+ },
201+ "disabled" : true ,
202+ "defaultValue" : true
203+ },
204+ {
205+ "propertyName" : " Not null" ,
206+ "propertyKeyword" : " required" ,
207+ "enableForReference" : true ,
208+ "propertyType" : " checkbox" ,
209+ "dependency" : {
210+ "type" : " or" ,
211+ "values" : [
212+ {
213+ "key" : " primaryKey" ,
214+ "value" : false
215+ },
216+ {
217+ "key" : " primaryKey" ,
218+ "exists" : false
219+ }
220+ ]
221+ },
222+ "defaultValue" : false
197223 },
198224 " default" ,
199225 {
You can’t perform that action at this time.
0 commit comments