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

```json
{
    "apiVersion": 3,
    "name": "blockenberg/video-hero",
    "title": "Video Hero",
    "category": "bkbg-layout",
    "icon": "video-alt3",
    "description": "Hero section with video preview or background video, headline, CTA buttons and optional social proof.",
    "keywords": [
        "hero",
        "video",
        "demo",
        "preview",
        "showcase",
        "landing",
        "header",
        "youtube",
        "vimeo"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-video-hero-editor",
    "editorStyle": "bkbg-video-hero-style",
    "style": "bkbg-video-hero-style",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "eyebrow": {
            "type": "string",
            "default": "See it in action"
        },
        "showEyebrow": {
            "type": "boolean",
            "default": true
        },
        "heading": {
            "type": "string",
            "default": "Watch how it works in 2 minutes"
        },
        "subheading": {
            "type": "string",
            "default": "Everything you need to launch faster and grow smarter — all in one place."
        },
        "showSubheading": {
            "type": "boolean",
            "default": true
        },
        "ctaText": {
            "type": "string",
            "default": "Start free trial"
        },
        "ctaUrl": {
            "type": "string",
            "default": "#"
        },
        "showCta": {
            "type": "boolean",
            "default": true
        },
        "ctaSecondaryText": {
            "type": "string",
            "default": "Learn more"
        },
        "ctaSecondaryUrl": {
            "type": "string",
            "default": "#"
        },
        "showSecondaryCta": {
            "type": "boolean",
            "default": true
        },
        "videoUrl": {
            "type": "string",
            "default": "https://www.youtube.com/embed/dQw4w9WgXcQ"
        },
        "posterUrl": {
            "type": "string",
            "default": ""
        },
        "posterId": {
            "type": "number",
            "default": 0
        },
        "showPlayButton": {
            "type": "boolean",
            "default": true
        },
        "videoLayout": {
            "type": "string",
            "default": "below"
        },
        "aspectRatio": {
            "type": "string",
            "default": "16-9"
        },
        "videoRadius": {
            "type": "number",
            "default": 16
        },
        "videoShadow": {
            "type": "boolean",
            "default": true
        },
        "style": {
            "type": "string",
            "default": "dark"
        },
        "contentAlign": {
            "type": "string",
            "default": "center"
        },
        "maxWidth": {
            "type": "number",
            "default": 820
        },
        "paddingTop": {
            "type": "number",
            "default": 80
        },
        "paddingBottom": {
            "type": "number",
            "default": 64
        },
        "headingSize": {
            "type": "number",
            "default": 52
        },
        "headingWeight": {
            "type": "number",
            "default": 800
        },
        "subSize": {
            "type": "number",
            "default": 20
        },
        "eyebrowSize": {
            "type": "number",
            "default": 13
        },
        "ctaSize": {
            "type": "number",
            "default": 17
        },
        "headingTypo": {
            "type": "object",
            "default": {}
        },
        "subTypo": {
            "type": "object",
            "default": {}
        },
        "eyebrowTypo": {
            "type": "object",
            "default": {}
        },
        "ctaTypo": {
            "type": "object",
            "default": {}
        },
        "ctaRadius": {
            "type": "number",
            "default": 10
        },
        "bgColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "headingColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "subColor": {
            "type": "string",
            "default": "rgba(255,255,255,0.65)"
        },
        "eyebrowColor": {
            "type": "string",
            "default": "#a78bfa"
        },
        "accentColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "btnBg": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "btnText": {
            "type": "string",
            "default": "#ffffff"
        },
        "btn2Bg": {
            "type": "string",
            "default": "transparent"
        },
        "btn2Text": {
            "type": "string",
            "default": "rgba(255,255,255,0.85)"
        },
        "btn2Border": {
            "type": "string",
            "default": "rgba(255,255,255,0.25)"
        },
        "videoBorder": {
            "type": "string",
            "default": "rgba(255,255,255,0.1)"
        }
    }
}

```
