# blockenberg/2.0.7/blocks/section-intro/block.json

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

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

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/section-intro",
    "title": "Section Intro",
    "category": "bkbg-content",
    "icon": "editor-aligncenter",
    "description": "Reusable section header — eyebrow badge, large heading, subtitle, and optional CTA button. Use before any content section.",
    "keywords": [
        "section",
        "header",
        "intro",
        "heading",
        "eyebrow",
        "cta",
        "title"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-section-intro-editor",
    "style": "bkbg-section-intro-style",
    "attributes": {
        "showEyebrow": {
            "type": "boolean",
            "default": true
        },
        "eyebrow": {
            "type": "string",
            "default": "Why choose us"
        },
        "eyebrowStyle": {
            "type": "string",
            "default": "pill"
        },
        "heading": {
            "type": "string",
            "default": "Everything you need to succeed"
        },
        "headingTag": {
            "type": "string",
            "default": "h2"
        },
        "showSubtitle": {
            "type": "boolean",
            "default": true
        },
        "subtitle": {
            "type": "string",
            "default": "We've built a platform that grows with you — from first launch to global scale."
        },
        "showCta": {
            "type": "boolean",
            "default": false
        },
        "ctaLabel": {
            "type": "string",
            "default": "Learn more"
        },
        "ctaUrl": {
            "type": "string",
            "default": "#"
        },
        "ctaTarget": {
            "type": "string",
            "default": "_self"
        },
        "ctaStyle": {
            "type": "string",
            "default": "link-arrow"
        },
        "showDivider": {
            "type": "boolean",
            "default": false
        },
        "dividerWidth": {
            "type": "number",
            "default": 48
        },
        "align": {
            "type": "string",
            "default": "center"
        },
        "maxWidth": {
            "type": "number",
            "default": 680
        },
        "headingSize": {
            "type": "number",
            "default": 40
        },
        "headingWeight": {
            "type": "string",
            "default": "800"
        },
        "subtitleSize": {
            "type": "number",
            "default": 18
        },
        "eyebrowSize": {
            "type": "number",
            "default": 12
        },
        "headingTypo": {
            "type": "object",
            "default": {}
        },
        "eyebrowTypo": {
            "type": "object",
            "default": {}
        },
        "subtitleTypo": {
            "type": "object",
            "default": {}
        },
        "gap": {
            "type": "number",
            "default": 16
        },
        "paddingTop": {
            "type": "number",
            "default": 0
        },
        "paddingBottom": {
            "type": "number",
            "default": 0
        },
        "headingColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "subtitleColor": {
            "type": "string",
            "default": "#475569"
        },
        "eyebrowBg": {
            "type": "string",
            "default": "#f0ebff"
        },
        "eyebrowColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "dividerColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "ctaColor": {
            "type": "string",
            "default": "#6c3fb5"
        }
    },
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ],
        "spacing": {
            "margin": true
        }
    }
}

```
