{
  "apiVersion": 3,
  "title": "Accordion Item",
  "name": "b3rg/accordion-item",
  "version": "0.1.0",
  "category": "b3rg",
  "parent": [
    "b3rg/accordion"
  ],
  "description": "Accordion Item Block",
  "attributes": {
    "allowedBlocks": {
      "type": "array",
      "default": [
        "b3rg/accordion-item-header",
        "b3rg/accordion-item-body"
      ]
    },
    "uniqueID": {
      "type": "string",
      "default": ""
    },
    "expandDefault": {
      "type": "boolean",
      "default": false
    },
    "isExpandAll": {
      "type": "boolean",
      "default": false
    },
    "enableFocusableIcon": {
      "type": "boolean",
      "default": true
    }
  },
  "providesContext": {
    "uniqueID": "uniqueID",
    "expandDefault": "expandDefault"
  },
  "usesContext": [
    "expandAll",
    "floatPanel"
  ],
  "supports": {
    "html": false,
    "customClassName": false
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}