{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "attributes": {
    "blockInstanceId": {
      "type": "string"
    },
    "blockBackgroundColor": {
      "type": "string"
    },
    "linkColor": {
      "type": "string",
      "default": "#046bd2"
    },
    "linkBackgroundColor": {
      "type": "string",
      "default": "#f4f4f4"
    },
    "linkBackgroundColorHover": {
      "type": "string",
      "default": "#efefef"
    },
    "linkBorderColor": {
      "type": "string",
      "default": "#dddddd"
    },
    "linkBorderRadius": {
      "type": "number",
      "default": 10
    },
    "linkPadding": {
      "type": "string"
    },
    "linkStyle": {
      "type": "string",
      "default": "button"
    },
    "separatorType": {
      "type": "string",
      "default": "space"
    },
    "stickyBehavior": {
      "type": "string",
      "default": "always"
    },
    "fontSize": {
      "type": "string"
    },
    "headingTag": {
      "type": "string",
      "default": "h2"
    },
    "headingLevels": {
      "default": [
        "h2"
      ],
      "type": "array"
    },
    "headingText": {
      "default": "On This Page",
      "type": "string"
    },
    "headings": {
      "default": [],
      "items": {
        "properties": {
          "level": {
            "type": "integer"
          },
          "anchor": {
            "type": "string"
          },
          "isVisible": {
            "type": "boolean"
          },
          "linkText": {
            "type": "string"
          },
          "text": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "isCollapsible": {
      "default": false,
      "type": "boolean"
    },
    "isEditing": {
      "default": false,
      "type": "boolean"
    },
    "layout": {
      "default": "vertical",
      "type": "string"
    },
    "listStyle": {
      "default": "ul",
      "type": "string"
    },
    "showHeading": {
      "default": false,
      "type": "boolean"
    },
    "textColor": {
      "type": "string"
    },
    "isSticky": {
      "type": "boolean",
      "default": false
    },
    "stickyOffset": {
      "type": "number",
      "default": 30
    },
    "jumpOffset": {
      "type": "number",
      "default": 120
    },
    "stickyStrategy": {
      "type": "string",
      "default": "desktop-only"
    },
    "isSmartIndentation": {
      "type": "boolean",
      "default": true
    },
    "style": {
      "type": "object",
      "default": {
        "spacing": {
          "padding": "var:preset|spacing|30",
          "margin": {
            "top": "var:preset|spacing|30",
            "bottom": "var:preset|spacing|30"
          }
        }
      }
    }
  },
  "category": "text",
  "description": "Automatically generates a table of contents with links to headings on your page.",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "icon": "list-view",
  "name": "seo44/jump-links",
  "supports": {
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    }
  },
  "textdomain": "search-appearance-toolkit-seo-44",
  "title": "SEO 44 Jump Links",
  "version": "2.2.0",
  "viewScript": "file:./view.js"
}