{
  "apiVersion": 2,
  "name": "arkhe-blocks/tab-body",
  "title": "Step item",
  "category": "arkhe-blocks",
  "supports": {
    "className": false,
    "reusable": false,
    "customClassName": false,
    "html": false,
    "__experimentalToolbar": false
  },
  "parent": [
    "arkhe-blocks/tab"
  ],
  "attributes": {
    "bodyId": {
      "type": "number",
      "default": 0
    },
    "tabId": {
      "type": "string",
      "default": ""
    },
    "activeTab": {
      "type": "number",
      "default": 0
    }
  },
  "editorScript": "file:./index.js",
  "textdomain": "arkhe-blocks"
}