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