UNPKG

@pega/custom-dx-components

Version:

Utility for building custom UI components

56 lines (54 loc) 1.2 kB
{ "name": "Pega_DXIL_MyPageCaseWidget", "label": "My PageCase Widget", "description": "My PageCase Widget", "organization": "Pega", "version": "0.0.1", "library": "DXIL", "componentKey": "Pega_DXIL_MyPageCaseWidget", "type": "Widget", "subtype": ["PAGE","CASE"], "subtypeLabel": "PAGE and CASE", "icon": "OneColumnPage.svg", "properties": [ { "name": "title", "label": "Label value", "format": "TEXT" }, { "format": "SELECT", "label": "Usage", "name": "label", "defaultValue": "Create operator", "localize": true, "source": [ { "key": "Create operator", "value": "Create operator" }, { "key": "Update operator", "value": "Update operator" } ] }, { "label": "Conditions", "format": "GROUP", "properties": [ { "name": "visibility", "label": "Visibility", "format": "VISIBILITY" } ] } ], "defaultConfig": { "label": "Create operator", "title": "Create operator", "createLabel": "@L Created", "updateLabel": "@L Updated" } }