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

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

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

```json
{
    "apiVersion": 3,
    "name": "blockenberg/text-gradient",
    "title": "Gradient Text",
    "category": "bkbg-effects",
    "icon": "editor-textcolor",
    "description": "Heading or paragraph text with a rich gradient fill, optional outline, shadow, and CSS animation.",
    "keywords": [
        "gradient",
        "text",
        "heading",
        "typography",
        "color",
        "animated"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-text-gradient-editor",
    "editorStyle": "bkbg-text-gradient-style",
    "style": "bkbg-text-gradient-style",
    "viewScript": "bkbg-text-gradient-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "text": {
            "type": "string",
            "default": "Beautiful Gradient Text"
        },
        "tag": {
            "type": "string",
            "default": "h2"
        },
        "gradientAngle": {
            "type": "number",
            "default": 135
        },
        "color1": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "color2": {
            "type": "string",
            "default": "#ec4899"
        },
        "color3": {
            "type": "string",
            "default": "#f59e0b"
        },
        "useColor3": {
            "type": "boolean",
            "default": false
        },
        "color1Stop": {
            "type": "number",
            "default": 0
        },
        "color2Stop": {
            "type": "number",
            "default": 100
        },
        "color3Stop": {
            "type": "number",
            "default": 50
        },
        "animate": {
            "type": "boolean",
            "default": false
        },
        "animationSpeed": {
            "type": "number",
            "default": 4
        },
        "titleTypo": {
            "type": "object",
            "default": {}
        },
        "subtextTypo": {
            "type": "object",
            "default": {}
        },
        "textAlign": {
            "type": "string",
            "default": "center"
        },
        "showOutline": {
            "type": "boolean",
            "default": false
        },
        "outlineWidth": {
            "type": "number",
            "default": 2
        },
        "outlineColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "showShadow": {
            "type": "boolean",
            "default": false
        },
        "shadowX": {
            "type": "number",
            "default": 2
        },
        "shadowY": {
            "type": "number",
            "default": 4
        },
        "shadowBlur": {
            "type": "number",
            "default": 12
        },
        "shadowColor": {
            "type": "string",
            "default": "rgba(108,63,181,0.35)"
        },
        "subtext": {
            "type": "string",
            "default": ""
        },
        "showSubtext": {
            "type": "boolean",
            "default": false
        },
        "subtextColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "padding": {
            "type": "number",
            "default": 0
        }
    }
}

```
