{
  "name": "Pega_DXIL_MyTwoColumnDetails",
  "label": "My Two Column Details",
  "description": "My Two Column Details",
  "organization": "Pega",
  "version": "0.0.1",
  "library": "DXIL",
  "componentKey": "Pega_DXIL_MyTwoColumnDetails",
  "type": "Template",
  "subtype": "DETAILS",
  "subtypeLabel": "DETAILS region",
  "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
    }
  ]
}
