{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ub/tabbed-content-block",
  "title": "Tabbed Content",
  "category": "ultimateblocks",
  "description": "Add tabbed content in your posts/pages with this block.",
  "keywords": [
    "Tabbed Content",
    "Tabs",
    "Ultimate Blocks"
  ],
  "attributes": {
    "blockID": {
      "type": "string",
      "default": ""
    },
    "activeControl": {
      "type": "string"
    },
    "activeTab": {
      "type": "number",
      "default": 0
    },
    "gap": {
      "type": "object",
      "default": {
        "all": ""
      }
    },
    "theme": {
      "type": "string",
      "default": "#eeeeee"
    },
    "normalColor": {
      "type": "string",
      "default": ""
    },
    "contentColor": {
      "type": "string",
      "default": null
    },
    "contentBackground": {
      "type": "string",
      "default": null
    },
    "titleColor": {
      "type": "string",
      "default": "#000000"
    },
    "normalTitleColor": {
      "type": "string",
      "default": "#000000"
    },
    "borderColor": {
      "type": "string",
      "default": "#d3d3d3"
    },
    "tabsTitle": {
      "type": "array",
      "default": []
    },
    "tabsAlignment": {
      "type": "string",
      "default": "left"
    },
    "tabsTitleAlignment": {
      "type": "array",
      "default": []
    },
    "tabsAnchor": {
      "type": "array",
      "default": []
    },
    "useAnchors": {
      "type": "boolean",
      "default": false
    },
    "tabVertical": {
      "type": "boolean",
      "default": false
    },
    "tabletTabDisplay": {
      "type": "string",
      "default": "horizontaltab"
    },
    "mobileTabDisplay": {
      "type": "string",
      "default": "horizontaltab"
    },
    "tabStyle": {
      "type": "string",
      "default": "tabs"
    },
    "padding": {
      "type": "object",
      "default": {}
    },
    "margin": {
      "type": "object",
      "default": {}
    },
    "tabButtonsBorderRadius": {
      "type": "object",
      "default": {}
    },
    "tabContentsBorderRadius": {
      "type": "object",
      "default": {}
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "editorStyle": "ultimate_blocks-cgb-block-editor-css",
  "editorScript": "ultimate_blocks-cgb-block-js",
  "style": "ultimate_blocks-cgb-style-css",
  "viewScript": "ultimate_blocks-tabbed-content-front-script"
}