# blockenberg/2.0.7/blocks/dark-hero/block.json

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

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

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/dark-hero",
    "title": "Dark Hero",
    "category": "bkbg-layout",
    "icon": "admin-appearance",
    "description": "Dark glassmorphism hero for AI, SaaS and tech sites. Features glow effects, gradient text, optional floating stat badges, badge pill, and rich button controls.",
    "keywords": [
        "hero",
        "dark",
        "glass",
        "glow",
        "ai",
        "saas",
        "gradient",
        "tech"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-dark-hero-editor",
    "style": "bkbg-dark-hero-style",
    "attributes": {
        "showBadge": {
            "type": "boolean",
            "default": true
        },
        "badgeText": {
            "type": "string",
            "default": "✦ Introducing v2.0"
        },
        "badgeStyle": {
            "type": "string",
            "default": "glow"
        },
        "headline": {
            "type": "string",
            "default": "Build Something Extraordinary"
        },
        "headlineStyle": {
            "type": "string",
            "default": "gradient"
        },
        "gradientFrom": {
            "type": "string",
            "default": "#ffffff"
        },
        "gradientTo": {
            "type": "string",
            "default": "#a78bfa"
        },
        "gradientAngle": {
            "type": "number",
            "default": 135
        },
        "subtitle": {
            "type": "string",
            "default": "The AI-powered platform that turns your ideas into production-ready software in minutes, not months."
        },
        "showSubtitle": {
            "type": "boolean",
            "default": true
        },
        "primaryLabel": {
            "type": "string",
            "default": "Start for free"
        },
        "primaryUrl": {
            "type": "string",
            "default": "#"
        },
        "primaryTarget": {
            "type": "string",
            "default": "_self"
        },
        "showSecondary": {
            "type": "boolean",
            "default": true
        },
        "secondaryLabel": {
            "type": "string",
            "default": "Watch demo"
        },
        "secondaryUrl": {
            "type": "string",
            "default": "#"
        },
        "secondaryTarget": {
            "type": "string",
            "default": "_self"
        },
        "showStats": {
            "type": "boolean",
            "default": true
        },
        "stats": {
            "type": "array",
            "default": [
                {
                    "id": "s1",
                    "value": "50k+",
                    "label": "Active users"
                },
                {
                    "id": "s2",
                    "value": "4.9★",
                    "label": "App rating"
                },
                {
                    "id": "s3",
                    "value": "99.9%",
                    "label": "Uptime SLA"
                }
            ],
            "items": {
                "type": "object"
            }
        },
        "bgStyle": {
            "type": "string",
            "default": "dark-purple"
        },
        "customBg": {
            "type": "string",
            "default": "#0a0a0f"
        },
        "showGlow": {
            "type": "boolean",
            "default": true
        },
        "glowColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "glowSize": {
            "type": "number",
            "default": 600
        },
        "showGrid": {
            "type": "boolean",
            "default": true
        },
        "showNoise": {
            "type": "boolean",
            "default": false
        },
        "textAlign": {
            "type": "string",
            "default": "center"
        },
        "minHeight": {
            "type": "number",
            "default": 620
        },
        "contentMaxWidth": {
            "type": "number",
            "default": 800
        },
        "headingSize": {
            "type": "number",
            "default": 64
        },
        "subtitleSize": {
            "type": "number",
            "default": 19
        },
        "typoHeading": {
            "type": "object",
            "default": {}
        },
        "typoSubtitle": {
            "type": "object",
            "default": {}
        },
        "paddingTop": {
            "type": "number",
            "default": 96
        },
        "paddingBottom": {
            "type": "number",
            "default": 96
        },
        "btnRadius": {
            "type": "number",
            "default": 8
        },
        "subtitleColor": {
            "type": "string",
            "default": "rgba(255,255,255,0.65)"
        },
        "primaryBg": {
            "type": "string",
            "default": "#7c3aed"
        },
        "primaryColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "statsColor": {
            "type": "string",
            "default": "rgba(255,255,255,0.55)"
        }
    },
    "supports": {
        "html": false,
        "align": [
            "full"
        ],
        "spacing": {
            "margin": true
        }
    }
}

```
