PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.7
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.7
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 / results-section / block.json

block.json in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.7, at blocks/results-section/block.json

252 lines 6.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "blockenberg/results-section",
5 "title": "Results Section",
6 "description": "Showcase client results and transformations with before/after metrics, case summaries, and attribution.",
7 "category": "bkbg-marketing",
8 "icon": "chart-bar",
9 "keywords": [
10 "results",
11 "metrics",
12 "case study",
13 "transformation",
14 "stats",
15 "growth"
16 ],
17 "textdomain": "blockenberg",
18 "editorScript": "bkbg-results-section-editor",
19 "style": "bkbg-results-section-style",
20 "viewScript": "bkbg-results-section-frontend",
21 "supports": {
22 "html": false,
23 "align": [
24 "wide",
25 "full"
26 ]
27 },
28 "attributes": {
29 "eyebrow": {
30 "type": "string",
31 "default": "Real Results"
32 },
33 "showEyebrow": {
34 "type": "boolean",
35 "default": true
36 },
37 "heading": {
38 "type": "string",
39 "default": "What Our Clients Achieve"
40 },
41 "subtext": {
42 "type": "string",
43 "default": "We measure success by our clients' outcomes. Here's what they accomplished."
44 },
45 "showSubtext": {
46 "type": "boolean",
47 "default": true
48 },
49 "metrics": {
50 "type": "array",
51 "default": [
52 {
53 "label": "Revenue Growth",
54 "before": "$120K",
55 "after": "$480K",
56 "change": "+300%",
57 "description": "Annual revenue in 12 months",
58 "direction": "up"
59 },
60 {
61 "label": "Lead Generation",
62 "before": "42",
63 "after": "380",
64 "change": "+804%",
65 "description": "Qualified leads per month",
66 "direction": "up"
67 },
68 {
69 "label": "Time to Close",
70 "before": "28 days",
71 "after": "9 days",
72 "change": "-68%",
73 "description": "Average sales cycle",
74 "direction": "down"
75 }
76 ]
77 },
78 "showCaseStudy": {
79 "type": "boolean",
80 "default": true
81 },
82 "caseStudyName": {
83 "type": "string",
84 "default": "Mountain View Capital"
85 },
86 "caseStudySummary": {
87 "type": "string",
88 "default": "After implementing our system, Mountain View Capital transformed their sales process from a slow, manual funnel into a predictable revenue engine."
89 },
90 "clientLogoUrl": {
91 "type": "string",
92 "default": ""
93 },
94 "clientLogoId": {
95 "type": "number",
96 "default": 0
97 },
98 "clientLogoAlt": {
99 "type": "string",
100 "default": ""
101 },
102 "clientAvatarUrl": {
103 "type": "string",
104 "default": ""
105 },
106 "clientAvatarId": {
107 "type": "number",
108 "default": 0
109 },
110 "clientName": {
111 "type": "string",
112 "default": "James Hartwell, CEO"
113 },
114 "showCtaRow": {
115 "type": "boolean",
116 "default": true
117 },
118 "ctaLabel": {
119 "type": "string",
120 "default": "See the Full Case Study"
121 },
122 "ctaUrl": {
123 "type": "string",
124 "default": "#"
125 },
126 "layout": {
127 "type": "string",
128 "default": "metrics-top"
129 },
130 "metricStyle": {
131 "type": "string",
132 "default": "cards"
133 },
134 "bgColor": {
135 "type": "string",
136 "default": "#ffffff"
137 },
138 "eyebrowColor": {
139 "type": "string",
140 "default": "#7c3aed"
141 },
142 "eyebrowBg": {
143 "type": "string",
144 "default": "#f3f0ff"
145 },
146 "headingColor": {
147 "type": "string",
148 "default": "#111827"
149 },
150 "subtextColor": {
151 "type": "string",
152 "default": "#6b7280"
153 },
154 "metricCardBg": {
155 "type": "string",
156 "default": "#f9fafb"
157 },
158 "metricCardBorder": {
159 "type": "string",
160 "default": "#e5e7eb"
161 },
162 "metricAfterColor": {
163 "type": "string",
164 "default": "#111827"
165 },
166 "metricBeforeColor": {
167 "type": "string",
168 "default": "#9ca3af"
169 },
170 "metricLabelColor": {
171 "type": "string",
172 "default": "#374151"
173 },
174 "changeUpColor": {
175 "type": "string",
176 "default": "#15803d"
177 },
178 "changeUpBg": {
179 "type": "string",
180 "default": "#f0fdf4"
181 },
182 "changeDownColor": {
183 "type": "string",
184 "default": "#b45309"
185 },
186 "changeDownBg": {
187 "type": "string",
188 "default": "#fffbeb"
189 },
190 "caseBg": {
191 "type": "string",
192 "default": "#f8f5ff"
193 },
194 "caseNameColor": {
195 "type": "string",
196 "default": "#111827"
197 },
198 "caseSummaryColor": {
199 "type": "string",
200 "default": "#374151"
201 },
202 "accentColor": {
203 "type": "string",
204 "default": "#7c3aed"
205 },
206 "ctaBg": {
207 "type": "string",
208 "default": "#7c3aed"
209 },
210 "ctaColor": {
211 "type": "string",
212 "default": "#ffffff"
213 },
214 "headingSize": {
215 "type": "number",
216 "default": 38
217 },
218 "metricAfterSize": {
219 "type": "number",
220 "default": 36
221 },
222 "maxWidth": {
223 "type": "number",
224 "default": 1100
225 },
226 "paddingTop": {
227 "type": "number",
228 "default": 80
229 },
230 "paddingBottom": {
231 "type": "number",
232 "default": 80
233 },
234 "eyebrowSize": {
235 "type": "number",
236 "default": 12
237 },
238 "caseNameSize": {
239 "type": "number",
240 "default": 18
241 },
242 "headingTypo": {
243 "type": "object",
244 "default": {}
245 },
246 "bodyTypo": {
247 "type": "object",
248 "default": {}
249 }
250 }
251 }
252