{
  "apiVersion": 3,
  "title": "Tab",
  "name": "brandy/tab",
  "category": "brandy-blocks",
  "description": "A single tab panel within a Tabs block",
  "parent": [
    "brandy/tabs"
  ],
  "attributes": {
    "label": {
      "type": "string",
      "default": "Tab"
    }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "color": {
      "background": true,
      "text": true,
      "gradients": true
    },
    "spacing": {
      "padding": true,
      "blockGap": true
    },
    "layout": {
      "allowSizingOnChildren": true
    }
  },
  "editorScript": "file:./index.js",
  "textdomain": "brandy-blocks"
}