{
  "name": "Pega_DXIL_MyCaseWidget",
  "label": "My Case Widget",
  "description": "My Case Widget",
  "organization": "Pega",
  "version": "0.0.1",
  "library": "DXIL",
  "componentKey": "Pega_DXIL_MyCaseWidget",
  "type": "Widget",
  "subtype": "CASE",
  "subtypeLabel": "CASE",
  "icon": "OneColumnPage.svg",
  "properties": [
   {
      "name": "label",
      "label": "Label value",
      "format": "TEXT"
    }
  ],
  "defaultConfig": {
     "label": "@L My Case Widget"
  }
}
