{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cloudcatch/tabs",
  "version": "2.3.0",
  "title": "Tabs",
  "category": "design",
  "keywords": [
    "tab",
    "tabs"
  ],
  "description": "Create rich tabbed layouts to organize information in a simple way.",
  "attributes": {
    "uuid": {
      "type": "string"
    },
    "tabs": {
      "type": "array",
      "default": []
    },
    "defaultTab": {
      "type": "number",
      "default": 0
    },
    "activeTab": {
      "type": "string",
      "default": ""
    }
  },
  "providesContext": {
    "cloudcatch/tabs/activeTab": "activeTab",
    "cloudcatch/tabs/defaultTab": "defaultTab"
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "html": false,
    "color": {
      "gradients": true,
      "link": false,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalTextTransform": true,
      "__experimentalFontFamily": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true,
      "units": [
        "px",
        "em",
        "rem",
        "vh",
        "vw"
      ],
      "__experimentalDefaultControls": {
        "blockGap": true
      }
    },
    "layout": {
      "allowSwitching": false,
      "allowInheriting": false,
      "allowEditing": false,
      "default": {
        "type": "flex"
      }
    },
    "shadow": true
  },
  "textdomain": "simple-tabs-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}