{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tanvir-blocks/my-toc",
  "version": "0.1.0",
  "title": "My TOC",
  "category": "tanvirblocks",
  "icon": "list-view",
  "description": "A beautiful, interactive in-page navigation menu that creates a table of contents from headings on the page.",
  "example": {},
  "attributes": {
    "additionalCssId": {
      "type": "string",
      "default": ""
    },
    "lineColor": {
      "type": "string",
      "default": "#000000"
    },
    "lineColorHover": {
      "type": "string",
      "default": "#0073aa"
    },
    "textColor": {
      "type": "string",
      "default": "#000000"
    },
    "lineThickness": {
      "type": "number",
      "default": 2
    },
    "lineThicknessHover": {
      "type": "number",
      "default": 4
    },
    "lineLength": {
      "type": "number",
      "default": 40
    },
    "lineLengthHover": {
      "type": "number",
      "default": 60
    },
    "visibleOnDesktop": {
      "type": "boolean",
      "default": true
    },
    "jumpToText": {
      "type": "string",
      "default": "Jump to section"
    }
  },
  "supports": {
    "html": false,
    "multiple": false
  },
  "textdomain": "tanvir-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "render": "file:./render.php"
}