@pega/custom-dx-components
Version:
Utility for building custom UI components
59 lines (58 loc) • 1.2 kB
JSON
{
"name": "Pega_DXIL_MyTestText",
"label": "My Test Text",
"description": "My Test Text Description",
"organization": "Pega",
"version": "0.0.1",
"library": "DXIL",
"componentKey": "Pega_DXIL_MyTestText",
"type": "Field",
"subtype": "Text",
"subtypeLabel": "Text",
"properties": [
{
"name": "label",
"label": "Label value",
"format": "TEXT"
},
{
"name": "placeholder",
"label": "Placeholder",
"format": "TEXT"
},
{
"name": "visibility",
"label": "Visible",
"format": "VISIBILITY"
},
{
"name": "disabled",
"label": "Disabled",
"format": "DISABLED"
},
{
"name": "required",
"label": "Required",
"format": "REQUIRED"
},
{
"label": "Advanced",
"format": "GROUP",
"collapsible": true,
"properties": [
{
"name": "testId",
"label": "Test ID",
"format": "TEXT",
"ignorePattern": "[^-_\\p{N}\\p{L}]",
"includeAnnotations": false
}
]
}
],
"defaultConfig": {
"detailFVLItem": true,
"isFormWidth" : false,
"isContainerWidth" : false
}
}