UNPKG

@pega/dx-component-builder-sdk

Version:

Utility for building custom UI components

50 lines (49 loc) 1.08 kB
{ "name": "Pega_DXIL_MyTwoColumnForm", "label": "My Two Column Form", "description": "My Two Column Form", "organization": "Pega", "version": "0.0.1", "library": "DXIL", "allowedApplications": [], "componentKey": "Pega_DXIL_MyTwoColumnForm", "type": "Template", "subtype": "FORM", "icon": "TwoColumn.svg", "properties": [ { "name": "A", "label": "Region A", "format": "CONTENTPICKER" }, { "name": "B", "label": "Region B", "format": "CONTENTPICKER" }, { "label": "Conditions", "format": "GROUP", "properties": [ { "name": "required", "label": "Required", "format": "REQUIRED", "saveToReference": true }, { "name": "disabled", "label": "Disabled", "format": "DISABLED", "saveToReference": true }, { "name": "visibility", "label": "Visibility", "format": "VISIBILITY", "saveToReference": true } ] } ] }