File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
properties_pane/field_level Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -1395,7 +1395,32 @@ making sure that you maintain a proper JSON format.
13951395 "propertyType" : " checkbox" ,
13961396 "enableForReference" : true
13971397 },
1398- " comments"
1398+ " comments" ,
1399+ {
1400+ "propertyName" : " extensions" ,
1401+ "propertyType" : " group" ,
1402+ "propertyKeyword" : " scopesExtensions" ,
1403+ "shouldValidate" : true ,
1404+ "propertyTooltip" : " " ,
1405+ "structure" : [
1406+ {
1407+ "propertyName" : " pattern" ,
1408+ "propertyKeyword" : " extensionPattern" ,
1409+ "shouldValidate" : true ,
1410+ "propertyType" : " text" ,
1411+ "regex" :" ^x-"
1412+ },
1413+ {
1414+ "propertyName" : " value" ,
1415+ "propertyKeyword" : " extensionValue" ,
1416+ "propertyValidate" : false ,
1417+ "propertyTooltip" : " Popup for multi-line text entry" ,
1418+ "propertyType" : " details" ,
1419+ "template" : " textarea" ,
1420+ "markdown" : false
1421+ }
1422+ ]
1423+ }
13991424 ],
14001425 "null" : [
14011426 {
You can’t perform that action at this time.
0 commit comments