{
  "name": "{{COMPONENT_KEY}}",
  "label": "{{COMPONENT_LABEL}}",
  "description": "{{DESCRIPTION}}",
  "organization": "{{ORGANIZATION}}",
  "version": "{{VERSION}}",
  "library": "{{LIBRARY}}",
  "allowedApplications": {{{ALLOWEDAPPS}}},
  "componentKey": "{{COMPONENT_KEY}}",
  "type": "{{TYPE}}",
  "subtype": {{{SUB_TYPE}}},
  "icon": "OneColumnPage.svg",
  "properties": [
   {
      "name": "label",
      "label": "Label value",
      "format": "TEXT"
    }
  ],
  "defaultConfig": {
     "label": "@L {{COMPONENT_LABEL}}"
  }
}
