@pega/custom-dx-components
Version:
Utility for building custom UI components
24 lines (23 loc) • 484 B
JSON
{
"name": "Pega_DXIL_MyCaseWidget",
"label": "My Case Widget",
"description": "My Case Widget",
"organization": "Pega",
"version": "0.0.1",
"library": "DXIL",
"componentKey": "Pega_DXIL_MyCaseWidget",
"type": "Widget",
"subtype": "CASE",
"subtypeLabel": "CASE",
"icon": "OneColumnPage.svg",
"properties": [
{
"name": "label",
"label": "Label value",
"format": "TEXT"
}
],
"defaultConfig": {
"label": "@L My Case Widget"
}
}