{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/tabs-block",
  "version": "1.5.5",
  "title": "Tabs Block",
  "category": "necessary-blocks",
  "allowedBlocks": [
    "necessary-block/tab-block"
  ],
  "icon": "screenoptions",
  "description": "Show nested tabs to present key instance information interactively.",
  "example": {},
  "supports": {
    "html": false,
    "color": {},
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": true,
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true,
    "__experimentalExposeControlsToChildren": true
  },
  "attributes": {
    "tabs": {
      "type": "array",
      "default": []
    },
    "activeTab": {
      "type": "number"
    },
    "tagName": {
      "type": "string",
      "default": "div"
    },
    "templateLock": {
      "type": [
        "string",
        "boolean"
      ],
      "enum": [
        "all",
        "insert",
        "contentOnly",
        false
      ]
    },
    "allowedBlocks": {
      "type": "array"
    }
  },
  "textdomain": "tabs-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}