@pega/custom-dx-components
Version:
Utility for building custom UI components
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "Pega_DXIL_MyForm",
"label": "My Form",
"description": "My Form",
"organization": "Pega",
"version": "0.0.1-dev",
"library": "DXIL",
"allowedApplications": [],
"componentKey": "Pega_DXIL_MyForm",
"type": "Template",
"subtype": "FORM",
"icon": "DefaultForm.svg",
"properties": [
{
"format": "SELECT",
"name": "NumCols",
"label": "Number of columns",
"defaultValue": "1",
"source": [
{ "key": "1", "value": "One" },
{ "key": "2", "value": "Two" },
{ "key": "3", "value": "Three" }
]
},
{
"format": "SELECT",
"name": "templateOverrideMode",
"label": "Template for embedded views",
"defaultValue": "USE_TEMPLATE",
"source": [
{ "key": "USE_TEMPLATE", "value": "Use template" },
{ "key": "IGNORE_TEMPLATE", "value": "Ignore template" }
]
},
{
"format": "INSTRUCTIONS"
},
{
"name": "Fields",
"label": "Fields",
"format": "CONTENTPICKER",
"allowCreatingGroup": true
}
]
}