{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "combo-blocks/table-of-contents",
  "title": "table-of-contents",
  "textdomain": "combo-blocks",
  "category": "combo-blocks-tools",
  "usesContext": [
    "postId",
    "loopIndex",
    "postType",
    "queryId"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "wrapper": {
      "type": "object",
      "default": {
        "options": {
          "class": "pg-table-of-contents",
          "targetTags": [
            "h1",
            "h2"
          ],
          "id": ""
        },
        "styles": {
          "backgroundColor": {
            "Desktop": "#201d1d"
          }
        }
      }
    },
    "tocHeader": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-header",
          "hideContent": true,
          "label": ""
        },
        "styles": {}
      }
    },
    "tocHeaderLabel": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-header-label",
          "text": ""
        },
        "styles": {}
      }
    },
    "tocHeaderLabelIcon": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-header-label-icon",
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "fas fa-star",
          "position": ""
        },
        "styles": {}
      }
    },
    "tocHeaderToggleIcon": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-header-icon",
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "fas fa-star"
        },
        "styles": {}
      }
    },
    "itemToggleIconIdle": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-toggle-icon",
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "fas fa-star"
        },
        "styles": {}
      }
    },
    "itemToggleIconActive": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-toggle-icon",
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "fas fa-star"
        },
        "styles": {}
      }
    },
    "tocContent": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-content",
          "targetTags": [
            "h1",
            "h2"
          ]
        },
        "styles": {}
      }
    },
    "itemsWrap": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-items"
        },
        "styles": {}
      }
    },
    "item": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-item"
        },
        "styles": {
          "color": {
            "Desktop": "#ffffff"
          },
          "padding": {
            "Desktop": "10px 10px 10px 10px"
          },
          "display": {
            "Desktop": "block"
          },
          "textDecoration": {
            "Desktop": "none #000000 wavy 1px !important"
          }
        }
      }
    },
    "itemCurrent": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-item-current"
        },
        "styles": {
          "backgroundColor": {
            "Desktop": "#ffffff"
          },
          "color": {
            "Desktop": "#000000"
          },
          "padding": {
            "Desktop": "10px 10px 10px 10px"
          }
        }
      }
    },
    "slideToggle": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-slide-toggle",
          "enable": false,
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "fas fa-star"
        },
        "styles": {}
      }
    },
    "slideToggleIcon": {
      "type": "object",
      "default": {
        "options": {
          "class": "toc-slide-toggle-icon",
          "library": "fontAwesome",
          "srcType": "class",
          "iconSrc": "fas fa-star"
        },
        "styles": {}
      }
    },
    "visible": {
      "type": "object",
      "default": {}
    },
    "blockId": {
      "type": "string",
      "default": ""
    },
    "blockCssY": {
      "type": "object",
      "default": {
        "items": {}
      }
    }
  },
  "script": "combo_blocks_scripts",
  "keywords": [
    "layer",
    "html element",
    "div element",
    "div",
    "html tag",
    "layer block",
    "layer for wordpress",
    "layer block for wordpress"
  ],
  "description": "The layer block is an HTML element that can be styled and positioned on a webpage to structure and organize content."
}