{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Table of Contents",
  "name": "brandy/table-of-contents",
  "category": "brandy-blocks",
  "description": "List the headings in this post and jump straight to any of them.",
  "keywords": [
    "toc",
    "table of contents",
    "outline",
    "index",
    "headings",
    "jump"
  ],
  "attributes": {
    "title": {
      "type": "string",
      "default": "Table of contents"
    },
    "minLevel": {
      "type": "number",
      "default": 2
    },
    "maxLevel": {
      "type": "number",
      "default": 4
    },
    "listStyle": {
      "type": "string",
      "enum": [
        "numbered",
        "bulleted",
        "plain"
      ],
      "default": "numbered"
    },
    "collapsible": {
      "type": "boolean",
      "default": false
    },
    "startCollapsed": {
      "type": "boolean",
      "default": false
    },
    "scrollSpy": {
      "type": "boolean",
      "default": true
    },
    "smoothScroll": {
      "type": "boolean",
      "default": true
    },
    "scrollOffset": {
      "type": "number",
      "default": 80
    },
    "nested": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "interactivity": true,
    "align": [
      "wide"
    ],
    "color": {
      "text": true,
      "background": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": false,
        "text": false
      }
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "padding": true
      }
    },
    "typography": {
      "fontSize": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true
    },
    "shadow": true,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "radius": true
      }
    }
  },
  "example": {
    "viewportWidth": 500
  },
  "textdomain": "brandy-blocks",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}