@pega/custom-dx-components
Version:
Utility for building custom UI components
36 lines (35 loc) • 827 B
JSON
{
"name": "Pega_DXIL_MyIconButtonURL",
"label": "My Icon Button URL",
"description": "My Icon Button URL",
"organization": "Pega",
"version": "0.0.1",
"library": "DXIL",
"componentKey": "Pega_DXIL_MyIconButtonURL",
"type": "Field",
"subtype": "Text-URL",
"subtypeLabel": "Icon Button URL",
"icon": "images/pz-url-active.svg",
"properties": [
{
"label": "Advanced",
"format": "GROUP",
"collapsible": true,
"properties": [
{
"name": "testId",
"label": "Test ID",
"format": "TEXT",
"ignorePattern": "[^-_\\p{N}\\p{L}]",
"includeAnnotations": false
}
]
}
],
"defaultConfig": {
"label": "@L $this.label",
"detailFVLItem": true,
"isFormWidth" : false,
"isContainerWidth" : false
}
}