PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.11
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.11
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
blockenberg / blocks / value-proposition / block.json

block.json in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.11, at blocks/value-proposition/block.json

230 lines 6.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "$schema": "https://schemas.wp.org/trunk/block.json",
4 "name": "blockenberg/value-proposition",
5 "title": "Value Proposition",
6 "category": "bkbg-marketing",
7 "icon": "star-filled",
8 "description": "Compelling value proposition section with headline, USP benefits, proof badges, and CTA.",
9 "keywords": [
10 "value proposition",
11 "usp",
12 "benefits",
13 "hero",
14 "marketing",
15 "cta",
16 "pitch",
17 "section"
18 ],
19 "textdomain": "blockenberg",
20 "editorScript": "bkbg-value-proposition-editor",
21 "editorStyle": "bkbg-value-proposition-style",
22 "style": "bkbg-value-proposition-style",
23 "viewScript": "bkbg-value-proposition-frontend",
24 "supports": {
25 "html": false,
26 "anchor": true,
27 "className": true,
28 "align": [
29 "wide",
30 "full"
31 ]
32 },
33 "attributes": {
34 "eyebrow": {
35 "type": "string",
36 "default": "Why Choose Us"
37 },
38 "showEyebrow": {
39 "type": "boolean",
40 "default": true
41 },
42 "headline": {
43 "type": "string",
44 "default": "The Smarter Way to Grow Your Business"
45 },
46 "subheadline": {
47 "type": "string",
48 "default": "Everything you need to reach your goals — in one powerful platform trusted by thousands of companies worldwide."
49 },
50 "showSubheadline": {
51 "type": "boolean",
52 "default": true
53 },
54 "benefits": {
55 "type": "array",
56 "default": [
57 {
58 "icon": "",
59 "title": "Lightning Fast",
60 "description": "Deploy in minutes, not months. Our streamlined onboarding gets you up and running instantly."
61 },
62 {
63 "icon": "🔒",
64 "title": "Enterprise Security",
65 "description": "Bank-grade encryption and SOC 2 compliance keep your data safe and your customers confident."
66 },
67 {
68 "icon": "📈",
69 "title": "Proven Results",
70 "description": "Customers see an average 3× ROI within 90 days. Real results backed by real data."
71 },
72 {
73 "icon": "🤝",
74 "title": "24/7 Support",
75 "description": "Our expert team is always on call. No bots, no wait queues — just humans who care."
76 }
77 ]
78 },
79 "badges": {
80 "type": "array",
81 "default": [
82 {
83 "icon": "",
84 "text": "4.9/5 Rating"
85 },
86 {
87 "icon": "🏆",
88 "text": "Best in Class 2025"
89 },
90 {
91 "icon": "👥",
92 "text": "50K+ Customers"
93 }
94 ]
95 },
96 "showBadges": {
97 "type": "boolean",
98 "default": true
99 },
100 "ctaText": {
101 "type": "string",
102 "default": "Get Started Free"
103 },
104 "ctaUrl": {
105 "type": "string",
106 "default": "#"
107 },
108 "ctaSecondaryText": {
109 "type": "string",
110 "default": "See How It Works →"
111 },
112 "ctaSecondaryUrl": {
113 "type": "string",
114 "default": "#"
115 },
116 "showCta": {
117 "type": "boolean",
118 "default": true
119 },
120 "showSecondaryCta": {
121 "type": "boolean",
122 "default": true
123 },
124 "layout": {
125 "type": "string",
126 "default": "center"
127 },
128 "benefitColumns": {
129 "type": "number",
130 "default": 2
131 },
132 "style": {
133 "type": "string",
134 "default": "clean"
135 },
136 "borderRadius": {
137 "type": "number",
138 "default": 12
139 },
140 "gap": {
141 "type": "number",
142 "default": 20
143 },
144 "paddingV": {
145 "type": "number",
146 "default": 64
147 },
148 "paddingH": {
149 "type": "number",
150 "default": 32
151 },
152 "headlineTypo": {
153 "type": "object",
154 "default": {}
155 },
156 "subTypo": {
157 "type": "object",
158 "default": {}
159 },
160 "benefitTitleTypo": {
161 "type": "object",
162 "default": {}
163 },
164 "benefitTextTypo": {
165 "type": "object",
166 "default": {}
167 },
168 "bgColor": {
169 "type": "string",
170 "default": "#f8fafc"
171 },
172 "accentColor": {
173 "type": "string",
174 "default": "#6366f1"
175 },
176 "headlineColor": {
177 "type": "string",
178 "default": "#0f172a"
179 },
180 "subColor": {
181 "type": "string",
182 "default": "#475569"
183 },
184 "eyebrowColor": {
185 "type": "string",
186 "default": "#6366f1"
187 },
188 "benefitBg": {
189 "type": "string",
190 "default": "#ffffff"
191 },
192 "benefitBorderColor": {
193 "type": "string",
194 "default": "#e2e8f0"
195 },
196 "benefitTitleColor": {
197 "type": "string",
198 "default": "#1e293b"
199 },
200 "benefitTextColor": {
201 "type": "string",
202 "default": "#64748b"
203 },
204 "iconBg": {
205 "type": "string",
206 "default": "#ede9fe"
207 },
208 "badgeBg": {
209 "type": "string",
210 "default": "#ffffff"
211 },
212 "badgeColor": {
213 "type": "string",
214 "default": "#475569"
215 },
216 "ctaBg": {
217 "type": "string",
218 "default": "#6366f1"
219 },
220 "ctaColor": {
221 "type": "string",
222 "default": "#ffffff"
223 },
224 "ctaSecondaryColor": {
225 "type": "string",
226 "default": "#6366f1"
227 }
228 }
229 }
230