# blockenberg/2.0.7/blocks/split-benefits/block.json

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

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

```json
{
    "apiVersion": 3,
    "name": "blockenberg/split-benefits",
    "title": "Split Benefits",
    "category": "bkbg-marketing",
    "icon": "layout",
    "description": "A split section with an image on one side and a benefits checklist, headline, and CTAs on the other. A cornerstone landing page pattern.",
    "keywords": [
        "split",
        "benefits",
        "checklist",
        "features",
        "image",
        "section",
        "landing page",
        "why us"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-split-benefits-editor",
    "editorStyle": "bkbg-split-benefits-style",
    "style": "bkbg-split-benefits-style",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "eyebrow": {
            "type": "string",
            "default": "Why teams choose us"
        },
        "showEyebrow": {
            "type": "boolean",
            "default": true
        },
        "heading": {
            "type": "string",
            "default": "Everything you need to grow faster"
        },
        "subheading": {
            "type": "string",
            "default": "Purpose-built for modern teams who want to move fast without breaking things."
        },
        "showSubheading": {
            "type": "boolean",
            "default": true
        },
        "benefits": {
            "type": "array",
            "default": [
                {
                    "text": "Set up in minutes, no technical skills required"
                },
                {
                    "text": "Connects with 100+ tools you already use"
                },
                {
                    "text": "Real-time analytics and reporting built-in"
                },
                {
                    "text": "Enterprise-grade security and compliance"
                },
                {
                    "text": "Dedicated onboarding and 24/7 support"
                }
            ]
        },
        "showBenefits": {
            "type": "boolean",
            "default": true
        },
        "ctaText": {
            "type": "string",
            "default": "Start Free Trial"
        },
        "ctaUrl": {
            "type": "string",
            "default": "#"
        },
        "showCta": {
            "type": "boolean",
            "default": true
        },
        "ctaSecondaryText": {
            "type": "string",
            "default": "See a Demo"
        },
        "ctaSecondaryUrl": {
            "type": "string",
            "default": "#"
        },
        "showSecondaryCta": {
            "type": "boolean",
            "default": true
        },
        "imageUrl": {
            "type": "string",
            "default": ""
        },
        "imageId": {
            "type": "number",
            "default": 0
        },
        "imageAlt": {
            "type": "string",
            "default": ""
        },
        "imagePosition": {
            "type": "string",
            "default": "right"
        },
        "imageStyle": {
            "type": "string",
            "default": "rounded"
        },
        "imageRadius": {
            "type": "number",
            "default": 20
        },
        "style": {
            "type": "string",
            "default": "clean"
        },
        "ratio": {
            "type": "string",
            "default": "50-50"
        },
        "verticalAlign": {
            "type": "string",
            "default": "center"
        },
        "iconType": {
            "type": "string",
            "default": "check-circle"
        },
        "iconColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "iconSize": {
            "type": "number",
            "default": 20
        },
        "itemFontSize": {
            "type": "number",
            "default": 16
        },
        "itemFontWeight": {
            "type": "number",
            "default": 500
        },
        "itemLineHeight": {
            "type": "number",
            "default": 1.5
        },
        "itemGap": {
            "type": "number",
            "default": 14
        },
        "headingSize": {
            "type": "number",
            "default": 36
        },
        "headingWeight": {
            "type": "number",
            "default": 800
        },
        "eyebrowSize": {
            "type": "number",
            "default": 12
        },
        "subSize": {
            "type": "number",
            "default": 17
        },
        "btnRadius": {
            "type": "number",
            "default": 8
        },
        "btnSize": {
            "type": "number",
            "default": 16
        },
        "headingTypo": {
            "type": "object",
            "default": {}
        },
        "eyebrowTypo": {
            "type": "object",
            "default": {}
        },
        "subTypo": {
            "type": "object",
            "default": {}
        },
        "itemTypo": {
            "type": "object",
            "default": {}
        },
        "btnTypo": {
            "type": "object",
            "default": {}
        },
        "columnGap": {
            "type": "number",
            "default": 64
        },
        "paddingTop": {
            "type": "number",
            "default": 64
        },
        "paddingBottom": {
            "type": "number",
            "default": 64
        },
        "bgColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "textColor": {
            "type": "string",
            "default": "#475569"
        },
        "headingColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "eyebrowColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "subColor": {
            "type": "string",
            "default": "#64748b"
        },
        "itemColor": {
            "type": "string",
            "default": "#1e293b"
        },
        "accentColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "btnBg": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "btnText": {
            "type": "string",
            "default": "#ffffff"
        },
        "btn2Text": {
            "type": "string",
            "default": "#6c3fb5"
        }
    }
}

```
