{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ub/expand-portion",
  "title": "Expand Portion",
  "parent": [
    "ub/expand"
  ],
  "category": "ultimateblocks",
  "description": "",
  "keywords": [],
  "attributes": {
    "clickText": {
      "type": "string",
      "default": ""
    },
    "displayType": {
      "type": "string",
      "default": ""
    },
    "isVisible": {
      "type": "boolean",
      "default": true
    },
    "toggleAlign": {
      "type": "string",
      "default": "left"
    },
    "parentID": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "inserter": false,
    "reusable": false,
    "lock": false
  },
  "editorStyle": "ultimate_blocks-cgb-block-editor-css",
  "editorScript": "ultimate_blocks-cgb-block-js",
  "style": "ultimate_blocks-cgb-style-css"
}