# blockenberg/2.0.7/blocks/reading-progress/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/reading-progress/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/reading-progress/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/reading-progress/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "name": "blockenberg/reading-progress",
    "title": "Reading Progress",
    "category": "bkbg-blog",
    "description": "A fixed reading progress bar that fills as the visitor scrolls.",
    "keywords": [
        "progress",
        "reading",
        "scroll",
        "bar"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-reading-progress-editor",
    "editorStyle": "bkbg-reading-progress-style",
    "style": "bkbg-reading-progress-style",
    "viewScript": "bkbg-reading-progress-frontend",
    "supports": {
        "html": false,
        "anchor": false,
        "className": false,
        "align": []
    },
    "attributes": {
        "height": {
            "type": "number",
            "default": 4
        },
        "position": {
            "type": "string",
            "default": "top"
        },
        "color": {
            "type": "string",
            "default": "#2563eb"
        },
        "bgColor": {
            "type": "string",
            "default": "#e5e7eb"
        },
        "showPercentage": {
            "type": "boolean",
            "default": false
        },
        "zIndex": {
            "type": "number",
            "default": 9999
        },
        "animation": {
            "type": "string",
            "default": "smooth"
        },
        "gradientEnd": {
            "type": "string",
            "default": ""
        },
        "useGradient": {
            "type": "boolean",
            "default": false
        },
        "labelTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
