{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/switcher-panel",
  "version": "1.0.0",
  "title": "Switcher Panel",
  "category": "bloqra",
  "icon": "welcome-widgets-menus",
  "parent": [
    "bloqra/content-switcher"
  ],
  "description": "One content set inside a Content Switcher. The label becomes its toggle button; the optional badge highlights a deal like \"Save 20%\".",
  "attributes": {
    "label": {
      "type": "string",
      "default": ""
    },
    "badge": {
      "type": "string",
      "default": ""
    },
    "isActive": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "reusable": false,
    "inserter": false,
    "className": false
  },
  "textdomain": "bloqra",
  "editorScript": "file:./index.js"
}