{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "simpletoc/toc",
  "version": "7.0.5",
  "title": "SimpleTOC",
  "category": "layout",
  "icon": "<svg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'><path d='m365.983 78.248c2.72-32.415 29.921-57.908 63.029-57.908 34.91 0 63.253 28.342 63.253 63.252s-28.343 63.252-63.253 63.252v269.582c0 25.232-20.485 45.718-45.718 45.718h-313.62c-25.233 0-45.719-20.486-45.719-45.718v-292.46c0-25.233 20.486-45.718 45.719-45.718z' fill='#070D0D'/><g fill='#fff'><path d='m423.898 112.744v-24.188h-24.008v-10.108h24.008v-24.008h10.229v24.008h24.008v10.108h-24.008v24.188z'/><path d='m120.04 403.105c-16.883 0-30.511-13.719-30.511-30.714 0-16.79 13.628-30.714 30.511-30.714 16.679 0 30.511 13.924 30.511 30.714 0 16.995-13.832 30.714-30.511 30.714z'/><path d='m170.891 362.153h183.063v20.476h-183.063z'/><path d='m120.04 300.725c-16.883 0-30.511-13.719-30.511-30.714 0-16.79 13.628-30.714 30.511-30.714 16.679 0 30.511 13.924 30.511 30.714 0 16.995-13.832 30.714-30.511 30.714z'/><path d='m170.891 259.773h183.063v20.476h-183.063z'/><path d='m120.04 198.345c-16.883 0-30.511-13.719-30.511-30.714 0-16.791 13.628-30.714 30.511-30.714 16.679 0 30.511 13.923 30.511 30.714 0 16.995-13.832 30.714-30.511 30.714z'/><path d='m170.891 157.393h183.063v20.476h-183.063z'/></g></svg>",
  "keywords": [
    "TOC",
    "Table of Contents",
    "SimpleTOC",
    "Index"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ]
  },
  "description": "Adds a Table of Contents.",
  "attributes": {
    "no_title": {
      "type": "boolean",
      "default": false
    },
    "title_level": {
      "type": "integer",
      "default": 2
    },
    "title_text": {
      "type": "string"
    },
    "use_ol": {
      "type": "boolean",
      "default": false
    },
    "remove_indent": {
      "type": "boolean",
      "default": false
    },
    "add_smooth": {
      "type": "boolean",
      "default": false
    },
    "use_absolute_urls": {
      "type": "boolean",
      "default": false
    },
    "max_level": {
      "type": "integer",
      "default": 6
    },
    "min_level": {
      "type": "integer",
      "default": 1
    },
    "updated": {
      "type": "integer"
    },
    "accordion": {
      "type": "boolean",
      "default": false
    },
    "hidden": {
      "type": "boolean",
      "default": false
    },
    "wrapper": {
      "type": "boolean",
      "default": false
    },
    "box_style": {
      "type": "boolean",
      "default": false
    },
    "box_color": {
      "type": "string"
    },
    "autoupdate": {
      "type": "boolean",
      "default": true
    }
  },
  "textdomain": "simpletoc",
  "editorScript": "file:index.js",
  "style": "file:style-index.css",
  "editorStyle": "file:index.css"
}