{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "25.0.0",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/contents-outline",
  "title": "Contents outline",
  "description": "Display the table of contents above the first heading.",
  "category": "smb",
  "attributes": {
    "title": {
      "type": "string",
      "default": "",
      "role": "content"
    },
    "headings": {
      "type": "string",
      "default": "h2,h3,h4"
    },
    "moveToBefore1stHeading": {
      "type": "boolean",
      "default": true
    },
    "includesSectionTitle": {
      "type": "boolean",
      "default": false
    },
    "includesSectionHeadings": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "anchor": true,
    "customClassName": false,
    "color": {
      "background": true,
      "link": false,
      "text": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    }
  },
  "style": "file:./style-index.css",
  "editorScript": "file:./index.js"
}