{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Tab",
  "name": "zolo/tab",
  "category": "zoloblocks",
  "keywords": [
    "tab",
    "tabs",
    "section",
    "content",
    "accordion"
  ],
  "description": "Add sections within Tabs for organized content.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "parent": [
    "zolo/tabs"
  ],
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}