UNPKG

@pega/custom-dx-components

Version:

Utility for building custom UI components

43 lines (42 loc) 1.07 kB
{ "name": "Pega_DXIL_MyTwoColumnDetails", "label": "My Two Column Details", "description": "My Two Column Details", "organization": "Pega", "version": "0.0.1-dev", "library": "DXIL", "allowedApplications": [], "componentKey": "Pega_DXIL_MyTwoColumnDetails", "type": "Template", "subtype": "DETAILS", "icon": "TwoColumnDetails.svg", "properties": [ { "name": "showHighlightedData", "label": "Enable highlighted fields", "format": "BOOLEAN" }, { "name": "highlightedData", "label": "Highlighted fields", "format": "CONTENTPICKER", "addTypeList": ["Fields"], "visibility": "$this.showHighlightedData = true", "saveToConfig": true }, { "name": "A", "label": "Region A", "format": "CONTENTPICKER", "addTypeList": ["Fields", "Views"], "allowCreatingGroup": true }, { "name": "B", "label": "Region B", "format": "CONTENTPICKER", "addTypeList": ["Fields", "Views"], "allowCreatingGroup": true } ] }