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

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

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

```json
{
    "apiVersion": 3,
    "name": "blockenberg/text-stroke",
    "title": "Text Stroke",
    "description": "Large outlined/hollow text using CSS text-stroke with hover fill, gradient, and animation options.",
    "category": "bkbg-effects",
    "icon": "editor-textcolor",
    "keywords": [
        "outline",
        "stroke",
        "hollow",
        "text",
        "typography"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-text-stroke-editor",
    "editorStyle": "bkbg-text-stroke-style",
    "style": "bkbg-text-stroke-style",
    "viewScript": "bkbg-text-stroke-frontend",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "text": {
            "type": "string",
            "default": "Outlined Text"
        },
        "tag": {
            "type": "string",
            "default": "h2"
        },
        "titleTypo": {
            "type": "object",
            "default": {}
        },
        "strokeWidth": {
            "type": "number",
            "default": 2
        },
        "strokeColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "fillColor": {
            "type": "string",
            "default": "transparent"
        },
        "textAlign": {
            "type": "string",
            "default": "center"
        },
        "wrapBg": {
            "type": "string",
            "default": ""
        },
        "paddingTop": {
            "type": "integer",
            "default": 40
        },
        "paddingBottom": {
            "type": "integer",
            "default": 40
        },
        "hoverEffect": {
            "type": "string",
            "default": "fill"
        },
        "hoverFillColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "hoverStrokeColor": {
            "type": "string",
            "default": ""
        },
        "transitionDuration": {
            "type": "integer",
            "default": 300
        },
        "useGradient": {
            "type": "boolean",
            "default": false
        },
        "gradientAngle": {
            "type": "integer",
            "default": 135
        },
        "gradientColor1": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "gradientColor2": {
            "type": "string",
            "default": "#ec4899"
        },
        "shadowBlur": {
            "type": "integer",
            "default": 0
        },
        "shadowColor": {
            "type": "string",
            "default": "#000000"
        },
        "linkUrl": {
            "type": "string",
            "default": ""
        },
        "linkNewTab": {
            "type": "boolean",
            "default": false
        },
        "align": {
            "type": "string",
            "default": ""
        }
    }
}

```
