# blockenberg/2.0.7/blocks/content-menu/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 157 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/content-menu/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/content-menu/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/content-menu/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/content-menu",
    "title": "Content Menu",
    "description": "In-page anchor navigation that highlights the current section as the user scrolls — can float fixed on the left or right, or sit inline.",
    "category": "bkbg-layout",
    "icon": "list-view",
    "keywords": [
        "anchor",
        "navigation",
        "toc",
        "floating",
        "sticky",
        "menu",
        "scroll"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-content-menu-editor",
    "style": "bkbg-content-menu-style",
    "viewScript": "bkbg-content-menu-frontend",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "links": {
            "type": "array",
            "default": [
                {
                    "label": "Overview",
                    "anchor": "overview",
                    "icon": "📋",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": ""
                },
                {
                    "label": "Features",
                    "anchor": "features",
                    "icon": "⚡",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": ""
                },
                {
                    "label": "Pricing",
                    "anchor": "pricing",
                    "icon": "💰",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": ""
                },
                {
                    "label": "FAQ",
                    "anchor": "faq",
                    "icon": "❓",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": ""
                },
                {
                    "label": "Contact",
                    "anchor": "contact",
                    "icon": "✉️",
                    "iconType": "custom-char",
                    "iconDashicon": "",
                    "iconImageUrl": ""
                }
            ]
        },
        "position": {
            "type": "string",
            "default": "inline"
        },
        "menuStyle": {
            "type": "string",
            "default": "pills"
        },
        "showIcons": {
            "type": "boolean",
            "default": true
        },
        "showNumbers": {
            "type": "boolean",
            "default": false
        },
        "animateScroll": {
            "type": "boolean",
            "default": true
        },
        "fixedTop": {
            "type": "number",
            "default": 50
        },
        "fixedOffset": {
            "type": "number",
            "default": 24
        },
        "menuWidth": {
            "type": "number",
            "default": 180
        },
        "borderRadius": {
            "type": "number",
            "default": 12
        },
        "paddingTop": {
            "type": "number",
            "default": 0
        },
        "paddingBottom": {
            "type": "number",
            "default": 0
        },
        "bgColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "linkColor": {
            "type": "string",
            "default": "#374151"
        },
        "activeBg": {
            "type": "string",
            "default": "#6366f1"
        },
        "activeColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "borderColor": {
            "type": "string",
            "default": "#e5e7eb"
        },
        "shadowColor": {
            "type": "string",
            "default": "rgba(0,0,0,0.08)"
        },
        "accentColor": {
            "type": "string",
            "default": "#6366f1"
        },
        "linkFontSize": {
            "type": "number",
            "default": 14
        },
        "typoLink": {
            "type": "object",
            "default": {}
        }
    }
}

```
