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

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

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

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "blockenberg/gradient-cta",
	"title": "Gradient CTA",
	"category": "bkbg-marketing",
	"icon": "star-filled",
	"description": "A bold full-width call-to-action section with a gradient or solid background, headline, subtitle, and buttons.",
	"textdomain": "blockenberg",
	"editorScript": "bkbg-gradient-cta-editor",
	"style": "bkbg-gradient-cta-style",
	"attributes": {
		"headline": {
			"type": "string",
			"default": "Ready to transform your workflow?"
		},
		"subtitle": {
			"type": "string",
			"default": "Join 10,000+ teams who ship 10\u00d7 faster with our platform. Start free \u2014 no credit card required."
		},
		"showSubtitle": {
			"type": "boolean",
			"default": true
		},
		"showBadge": {
			"type": "boolean",
			"default": true
		},
		"badge": {
			"type": "string",
			"default": "Join 10,000+ teams"
		},
		"primaryLabel": {
			"type": "string",
			"default": "Start for free"
		},
		"primaryUrl": {
			"type": "string",
			"default": "#"
		},
		"primaryTarget": {
			"type": "string",
			"default": "_self"
		},
		"showSecondary": {
			"type": "boolean",
			"default": true
		},
		"secondaryLabel": {
			"type": "string",
			"default": "See how it works \u2192"
		},
		"secondaryUrl": {
			"type": "string",
			"default": "#"
		},
		"secondaryTarget": {
			"type": "string",
			"default": "_self"
		},
		"preset": {
			"type": "string",
			"default": "purple"
		},
		"customGradient": {
			"type": "string",
			"default": ""
		},
		"showPattern": {
			"type": "boolean",
			"default": true
		},
		"patternType": {
			"type": "string",
			"default": "dots"
		},
		"textAlign": {
			"type": "string",
			"default": "center"
		},
		"contentMaxWidth": {
			"type": "number",
			"default": 680
		},
		"headlineSize": {
			"type": "number",
			"default": 46
		},
		"subtitleSize": {
			"type": "number",
			"default": 18
		},
		"badgeSize": {
			"type": "number",
			"default": 13
		},
		"btnRadius": {
			"type": "number",
			"default": 50
		},
		"paddingTop": {
			"type": "number",
			"default": 96
		},
		"paddingBottom": {
			"type": "number",
			"default": 96
		},
		"headlineColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"subtitleColor": {
			"type": "string",
			"default": "rgba(255,255,255,0.82)"
		},
		"badgeBg": {
			"type": "string",
			"default": "rgba(255,255,255,0.18)"
		},
		"badgeColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"primaryBg": {
			"type": "string",
			"default": "#ffffff"
		},
		"primaryColor": {
			"type": "string",
			"default": "#6c3fb5"
		},
		"secondaryColor": {
			"type": "string",
			"default": "rgba(255,255,255,0.85)"
		},
		"headlineFontWeight": {
			"type": "string",
			"default": "700"
		},
		"headlineLineHeight": {
			"type": "number",
			"default": 1.15
		},
		"subtitleLineHeight": {
			"type": "number",
			"default": 1.5
		},
		"subtitleFontWeight": {
			"type": "string",
			"default": "400"
		},
		"typoHeadline": {
			"type": "object",
			"default": {}
		},
		"typoSubtitle": {
			"type": "object",
			"default": {}
		},
		"typoBadge": {
			"type": "object",
			"default": {}
		}
	},
	"supports": {
		"html": false,
		"align": [
			"wide",
			"full"
		]
	},
	"keywords": [
		"cta",
		"call to action",
		"gradient",
		"banner",
		"promo",
		"section",
		"hero"
	]
}

```
