{
  "apiVersion": 3,
  "title": "Div",
  "name": "b3rg/div",
  "version": "1.0.0",
  "category": "b3rg",
  "icon": "embed-generic",
  "description": "Customize and structure content with versatile div blocks for precise layout control.",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "enableFocusableIcon": {
      "type": "boolean",
      "default": true
    },
    "lockTemplate": {
      "type": "string",
      "default": "false"
    },
    "isCollapsed": {
      "type": "boolean",
      "default": false
    }
  },
  "usesContext": [
    "allowedBlocksInsideDiv"
  ],
  "supports": {
    "html": false,
    "customClassName": false
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}