{
  "apiVersion": 3,
  "title": "Tabs",
  "name": "brandy/tabs",
  "category": "brandy-blocks",
  "description": "Tabbed content with switchable panels",
  "keywords": [
    "tabs",
    "tabbed",
    "panels",
    "navigation"
  ],
  "attributes": {
    "orientation": {
      "type": "string",
      "default": "horizontal",
      "enum": [
        "horizontal",
        "vertical"
      ]
    },
    "tabPosition": {
      "type": "string",
      "default": "top",
      "enum": [
        "top",
        "bottom",
        "left",
        "right"
      ]
    },
    "tabAlignment": {
      "type": "string",
      "default": "start",
      "enum": [
        "start",
        "center",
        "stretch"
      ]
    },
    "activeTabColor": {
      "type": "string",
      "default": ""
    },
    "activeTabBg": {
      "type": "string",
      "default": ""
    },
    "hoverTabColor": {
      "type": "string",
      "default": ""
    },
    "hoverTabBg": {
      "type": "string",
      "default": ""
    },
    "inactiveTabBg": {
      "type": "string",
      "default": ""
    },
    "inactiveTabColor": {
      "type": "string",
      "default": ""
    },
    "tabWidth": {
      "type": "string",
      "default": "120px"
    },
    "tabGap": {
      "type": "string",
      "default": "4px"
    },
    "contentPadding": {
      "type": "object",
      "default": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    },
    "initialTab": {
      "type": "number",
      "default": 1
    }
  },
  "allowedBlocks": [
    "brandy/tab"
  ],
  "supports": {
    "interactivity": true,
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "radius": true,
      "width": true,
      "color": true,
      "style": true
    }
  },
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js",
  "textdomain": "brandy-blocks"
}