# blockenberg/2.0.7/blocks/text-highlight/block.json

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

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

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/text-highlight",
    "version": "1.0.0",
    "title": "Text Highlight",
    "category": "bkbg-content",
    "icon": "editor-underline",
    "description": "Animate a color marker / highlighter sweep behind specific words or phrases when they scroll into view.",
    "keywords": [
        "highlight",
        "marker",
        "underline",
        "text",
        "animate",
        "scroll",
        "emphasis",
        "mark"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-text-highlight-editor",
    "editorStyle": "bkbg-text-highlight-style",
    "style": "bkbg-text-highlight-style",
    "viewScript": "bkbg-text-highlight-frontend",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "text": {
            "type": "string",
            "default": "We help brands grow faster with smarter marketing."
        },
        "highlights": {
            "type": "string",
            "default": "grow faster, smarter marketing"
        },
        "tag": {
            "type": "string",
            "default": "h2"
        },
        "highlightStyle": {
            "type": "string",
            "default": "marker"
        },
        "highlightColor": {
            "type": "string",
            "default": "#fde68a"
        },
        "highlightOpacity": {
            "type": "number",
            "default": 100
        },
        "highlightRadius": {
            "type": "number",
            "default": 4
        },
        "highlightPadX": {
            "type": "number",
            "default": 6
        },
        "highlightPadY": {
            "type": "number",
            "default": 2
        },
        "lineThickness": {
            "type": "number",
            "default": 8
        },
        "linePosition": {
            "type": "string",
            "default": "bottom"
        },
        "animateOnScroll": {
            "type": "boolean",
            "default": true
        },
        "animationStyle": {
            "type": "string",
            "default": "sweep"
        },
        "animationDuration": {
            "type": "number",
            "default": 600
        },
        "animationDelay": {
            "type": "number",
            "default": 80
        },
        "threshold": {
            "type": "number",
            "default": 0.2
        },
        "repeat": {
            "type": "boolean",
            "default": false
        },
        "titleTypo": {
            "type": "object",
            "default": {}
        },
        "textAlign": {
            "type": "string",
            "default": "center"
        },
        "textColor": {
            "type": "string",
            "default": "#111827"
        },
        "bgColor": {
            "type": "string",
            "default": ""
        },
        "paddingTop": {
            "type": "number",
            "default": 48
        },
        "paddingBottom": {
            "type": "number",
            "default": 48
        },
        "maxWidth": {
            "type": "number",
            "default": 800
        }
    }
}

```
