@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
22 lines (21 loc) • 477 B
JSON
{
"name": "Pega_DXIL_MyDetails",
"label": "My Details",
"description": "My Details",
"organization": "Pega",
"version": "0.0.1",
"library": "DXIL",
"allowedApplications": [],
"componentKey": "Pega_DXIL_MyDetails",
"type": "Template",
"subtype": "DETAILS",
"icon": "DefaultForm.svg",
"properties": [
{
"name": "A",
"label": "Region A",
"format": "CONTENTPICKER",
"addTypeList": ["Fields", "Views", "UIComponents"]
}
]
}