# blockenberg/2.0.7/blocks/content-upgrade/block.json

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

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

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/content-upgrade",
    "title": "Content Upgrade",
    "description": "In-article content upgrade / lead magnet box with opt-in form. Goes between article paragraphs to capture emails in exchange for a bonus resource.",
    "category": "bkbg-marketing",
    "icon": "email-alt",
    "keywords": [
        "content upgrade",
        "lead magnet",
        "opt-in",
        "email capture",
        "content lock",
        "freebie"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-content-upgrade-editor",
    "style": "bkbg-content-upgrade-style",
    "viewScript": "bkbg-content-upgrade-frontend",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "heading": {
            "type": "string",
            "default": "🎁 Free Bonus: Download the Checklist"
        },
        "description": {
            "type": "string",
            "default": "Get the complete step-by-step checklist we use to implement everything covered in this article. Instant download, no spam."
        },
        "imageUrl": {
            "type": "string",
            "default": ""
        },
        "imageId": {
            "type": "number",
            "default": 0
        },
        "imageAlt": {
            "type": "string",
            "default": ""
        },
        "formPlaceholder": {
            "type": "string",
            "default": "Enter your email address"
        },
        "formSubmitLabel": {
            "type": "string",
            "default": "Send Me the Checklist"
        },
        "formAction": {
            "type": "string",
            "default": "#"
        },
        "successMessage": {
            "type": "string",
            "default": "🎉 Check your inbox! The download is on its way."
        },
        "style": {
            "type": "string",
            "default": "boxed"
        },
        "paddingTop": {
            "type": "number",
            "default": 40
        },
        "paddingBottom": {
            "type": "number",
            "default": 40
        },
        "borderRadius": {
            "type": "number",
            "default": 12
        },
        "accentColor": {
            "type": "string",
            "default": "#6366f1"
        },
        "bgColor": {
            "type": "string",
            "default": "#f5f3ff"
        },
        "borderColor": {
            "type": "string",
            "default": "#ddd6fe"
        },
        "headingColor": {
            "type": "string",
            "default": "#1e1b4b"
        },
        "descColor": {
            "type": "string",
            "default": "#4b5563"
        },
        "inputBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "inputBorder": {
            "type": "string",
            "default": "#d1d5db"
        },
        "inputColor": {
            "type": "string",
            "default": "#111827"
        },
        "submitBg": {
            "type": "string",
            "default": "#6366f1"
        },
        "submitColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "headingFontSize": {
            "type": "number",
            "default": 20
        },
        "descFontSize": {
            "type": "number",
            "default": 14
        },
        "typoHeading": {
            "type": "object",
            "default": {}
        },
        "typoDesc": {
            "type": "object",
            "default": {}
        }
    }
}

```
