{
  "collectionName": "components_blog_headings",
  "info": {
    "displayName": "Heading",
    "icon": "heading",
    "description": "Section heading"
  },
  "attributes": {
    "text": {
      "type": "string",
      "required": true
    },
    "level": {
      "type": "enumeration",
      "enum": ["h2", "h3", "h4"],
      "default": "h2",
      "required": true
    }
  }
}
