{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "brandy/tab-region",
  "title": "Tab Region",
  "category": "brandy-blocks",
  "parent": [
    "brandy/tab"
  ],
  "description": "A placed content area within a tab. Created and removed by the parent Tabs block's layout preset.",
  "textdomain": "brandy-blocks",
  "attributes": {
    "area": {
      "type": "string",
      "default": "main"
    },
    "label": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "inserter": false,
    "lock": false,
    "spacing": {
      "padding": true,
      "margin": true,
      "blockGap": true,
      "__experimentalSkipSerialization": [
        "blockGap"
      ],
      "__experimentalDefaultControls": {
        "blockGap": true
      }
    },
    "color": {
      "background": true,
      "gradients": true,
      "text": false
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    }
  },
  "editorScript": "file:./index.js"
}