{
  "apiVersion": 3,
  "title": "Section",
  "name": "b3rg/section",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Divide content into distinct sections for better organization and readability.",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "anchorId": {
      "type": "string",
      "default": ""
    },
    "sectionName": {
      "type": "string",
      "default": ""
    },
    "containerType": {
      "type": "string",
      "default": "container"
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "enableFocusableIcon": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false,
    "className": false,
    "customClassName": false
  },
  "textdomain": "b3rg",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}