{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/tab",
  "version": "1.0.0",
  "title": "Tab",
  "category": "bloqra",
  "icon": "index-card",
  "parent": [
    "bloqra/tabs"
  ],
  "description": "One content section inside a Tabs block. The label (and optional icon) becomes its tab button and its accordion header on mobile.",
  "attributes": {
    "label": {
      "type": "string",
      "default": ""
    },
    "icon": {
      "type": "string",
      "default": ""
    },
    "isActive": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "reusable": false,
    "inserter": false,
    "className": false,
    "anchor": true
  },
  "textdomain": "bloqra",
  "editorScript": [
    "bloqra-icons",
    "file:./index.js"
  ]
}