File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
properties_pane/field_level Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -1804,6 +1804,35 @@ making sure that you maintain a proper JSON format.
18041804 {
18051805 "propertyKeyword" : " subtype" ,
18061806 "hidden" : true
1807+ },
1808+ {
1809+ "propertyName" : " extensions" ,
1810+ "propertyType" : " group" ,
1811+ "propertyKeyword" : " scopesExtensions" ,
1812+ "shouldValidate" : true ,
1813+ "propertyTooltip" : " " ,
1814+ "structure" : [
1815+ {
1816+ "propertyName" : " pattern" ,
1817+ "propertyKeyword" : " extensionPattern" ,
1818+ "shouldValidate" : true ,
1819+ "propertyType" : " text" ,
1820+ "regex" :" ^x-"
1821+ },
1822+ {
1823+ "propertyName" : " value" ,
1824+ "propertyKeyword" : " extensionValue" ,
1825+ "propertyValidate" : false ,
1826+ "propertyTooltip" : " Popup for multi-line text entry" ,
1827+ "propertyType" : " details" ,
1828+ "template" : " textarea" ,
1829+ "markdown" : false
1830+ }
1831+ ],
1832+ "dependency" : {
1833+ "key" : " subtype" ,
1834+ "value" : " schema"
1835+ }
18071836 }
18081837 ],
18091838 "object" : [
You can’t perform that action at this time.
0 commit comments