Skip to content

Commit 3faf4ef

Browse files
committed
add extensions for boolean type
1 parent 8d4995c commit 3faf4ef

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

properties_pane/field_level/fieldLevelConfig.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)