{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ub/content-toggle-block",
  "title": "Content Toggle",
  "category": "ultimateblocks",
  "description": "Add contents in accordions. Let visitors expand them and show the content.",
  "keywords": [
    "Content Accordion",
    "Toggle Collapse",
    "FAQ",
    "Ultimate Blocks"
  ],
  "attributes": {
    "blockID": {
      "type": "string",
      "default": ""
    },
    "theme": {
      "type": "string",
      "default": ""
    },
    "collapsed": {
      "type": "boolean",
      "default": false
    },
    "collapsedOnMobile": {
      "type": "boolean",
      "default": false
    },
    "individualCollapse": {
      "type": "boolean",
      "default": false
    },
    "titleColor": {
      "type": "string",
      "default": ""
    },
    "titleLinkColor": {
      "type": "string",
      "default": ""
    },
    "hasFAQSchema": {
      "type": "boolean",
      "default": false
    },
    "titleTag": {
      "type": "string",
      "default": "p"
    },
    "preventCollapse": {
      "type": "boolean",
      "default": false
    },
    "toggleLocation": {
      "type": "string",
      "default": "right"
    },
    "toggleColor": {
      "type": "string",
      "default": "#000000"
    },
    "toggleIcon": {
      "type": "string",
      "default": "chevron"
    },
    "border": {
      "type": "boolean",
      "default": true
    },
    "showOnlyOne": {
      "type": "boolean",
      "default": false
    },
    "padding": {
      "type": "object",
      "default": {}
    },
    "margin": {
      "type": "object",
      "default": {}
    },
    "align": {
      "type": "string",
      "default": ""
    },
    "panelBorderRadius": {
      "type": "object",
      "default": {}
    },
    "panelBorder": {
      "type": "object",
      "default": {}
    }
  },
  "providesContext": {
    "parentID": "blockID",
    "panelBorderRadius": "panelBorderRadius",
    "panelBorder": "panelBorder"
  },
  "supports": {},
  "editorStyle": "ultimate_blocks-cgb-block-editor-css",
  "editorScript": "ultimate_blocks-cgb-block-js",
  "style": "ultimate_blocks-cgb-style-css",
  "viewScript": "ultimate_blocks-content-toggle-front-script"
}