# blockenberg/2.0.7/blocks/cta-countdown/block.json

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

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

```json
{
    "apiVersion": 3,
    "name": "blockenberg/cta-countdown",
    "title": "CTA with Countdown",
    "category": "bkbg-marketing",
    "icon": "clock",
    "description": "Urgency-driven CTA section with a live countdown timer, headline, and call-to-action buttons.",
    "keywords": [
        "cta",
        "countdown",
        "timer",
        "urgency",
        "offer",
        "deadline",
        "sale"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-cta-countdown-editor",
    "editorStyle": "bkbg-cta-countdown-style",
    "style": "bkbg-cta-countdown-style",
    "viewScript": "bkbg-cta-countdown-frontend",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "eyebrow": {
            "type": "string",
            "default": "Limited Time Offer"
        },
        "showEyebrow": {
            "type": "boolean",
            "default": true
        },
        "heading": {
            "type": "string",
            "default": "Get 40% off before the deal expires"
        },
        "subheading": {
            "type": "string",
            "default": "Join thousands of customers saving time and money. Offer ends soon."
        },
        "showSubheading": {
            "type": "boolean",
            "default": true
        },
        "ctaText": {
            "type": "string",
            "default": "Claim Your Discount"
        },
        "ctaUrl": {
            "type": "string",
            "default": "#"
        },
        "ctaSecondaryText": {
            "type": "string",
            "default": "Learn More"
        },
        "ctaSecondaryUrl": {
            "type": "string",
            "default": "#"
        },
        "showSecondaryCta": {
            "type": "boolean",
            "default": true
        },
        "endDate": {
            "type": "string",
            "default": ""
        },
        "daysFromNow": {
            "type": "number",
            "default": 3
        },
        "useRelative": {
            "type": "boolean",
            "default": true
        },
        "showDays": {
            "type": "boolean",
            "default": true
        },
        "showHours": {
            "type": "boolean",
            "default": true
        },
        "showMinutes": {
            "type": "boolean",
            "default": true
        },
        "showSeconds": {
            "type": "boolean",
            "default": true
        },
        "showLabels": {
            "type": "boolean",
            "default": true
        },
        "labelDays": {
            "type": "string",
            "default": "Days"
        },
        "labelHours": {
            "type": "string",
            "default": "Hours"
        },
        "labelMinutes": {
            "type": "string",
            "default": "Min"
        },
        "labelSeconds": {
            "type": "string",
            "default": "Sec"
        },
        "style": {
            "type": "string",
            "default": "dark"
        },
        "layout": {
            "type": "string",
            "default": "centered"
        },
        "timerStyle": {
            "type": "string",
            "default": "box"
        },
        "numberSize": {
            "type": "number",
            "default": 48
        },
        "numberWeight": {
            "type": "number",
            "default": 800
        },
        "labelSize": {
            "type": "number",
            "default": 12
        },
        "headingSize": {
            "type": "number",
            "default": 36
        },
        "headingWeight": {
            "type": "number",
            "default": 800
        },
        "eyebrowSize": {
            "type": "number",
            "default": 12
        },
        "subSize": {
            "type": "number",
            "default": 17
        },
        "buttonRadius": {
            "type": "number",
            "default": 8
        },
        "buttonSize": {
            "type": "number",
            "default": 16
        },
        "separatorChar": {
            "type": "string",
            "default": ":"
        },
        "timerGap": {
            "type": "number",
            "default": 12
        },
        "borderRadius": {
            "type": "number",
            "default": 16
        },
        "paddingTop": {
            "type": "number",
            "default": 80
        },
        "paddingBottom": {
            "type": "number",
            "default": 80
        },
        "accentColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "bgColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "textColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "headingColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "subColor": {
            "type": "string",
            "default": "rgba(255,255,255,0.7)"
        },
        "eyebrowColor": {
            "type": "string",
            "default": "#a78bfa"
        },
        "timerBg": {
            "type": "string",
            "default": "rgba(255,255,255,0.08)"
        },
        "timerBorder": {
            "type": "string",
            "default": "rgba(255,255,255,0.12)"
        },
        "timerNumColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "timerLabelColor": {
            "type": "string",
            "default": "rgba(255,255,255,0.5)"
        },
        "btnBg": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "btnText": {
            "type": "string",
            "default": "#ffffff"
        },
        "btn2Bg": {
            "type": "string",
            "default": "transparent"
        },
        "btn2Text": {
            "type": "string",
            "default": "#ffffff"
        },
        "btn2Border": {
            "type": "string",
            "default": "rgba(255,255,255,0.3)"
        },
        "typoHeading": {
            "type": "object",
            "default": {}
        },
        "typoSub": {
            "type": "object",
            "default": {}
        },
        "typoEyebrow": {
            "type": "object",
            "default": {}
        },
        "typoNumber": {
            "type": "object",
            "default": {}
        }
    }
}

```
