{
  "name": "{{COMPONENT_KEY}}",
  "label": "{{COMPONENT_LABEL}}",
  "description": "{{DESCRIPTION}}",
  "organization": "{{ORGANIZATION}}",
  "version": "{{VERSION}}",
  "library": "{{LIBRARY}}",
  "componentKey": "{{COMPONENT_KEY}}",
  "type": "{{TYPE}}",
  "subtype": {{{SUB_TYPE}}},
  "subtypeLabel": "{{SUB_TYPE_LABEL}}",
  "icon": "DefaultForm.svg",
    "properties": [
    {
      "format": "SELECT",
      "name": "NumCols",
      "label": "Number of columns",
      "defaultValue": "1",
      "source": [
        { "key": "1", "value": "One" },
        { "key": "2", "value": "Two" },
        { "key": "3", "value": "Three" }
      ]
    },
    {
      "format": "SELECT",
      "name": "templateOverrideMode",
      "label": "Template for embedded views",
      "defaultValue": "USE_TEMPLATE",
      "source": [
        { "key": "USE_TEMPLATE", "value": "Use template" },
        { "key": "IGNORE_TEMPLATE", "value": "Ignore template" }
      ]
    },
    {
      "format": "INSTRUCTIONS"
    },
    {
      "name": "Fields",
      "label": "Fields",
      "format": "CONTENTPICKER",
      "allowCreatingGroup": true
    }
  ]
}
