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 / stats-section / block.json

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

240 lines 5.0 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/stats-section",
5 "title": "Stats Section",
6 "description": "A landing-page statistics section \u2014 large numbers with labels, icons, optional section heading, and multiple layout/style variants.",
7 "icon": "chart-bar",
8 "category": "bkbg-business",
9 "keywords": [
10 "stats",
11 "numbers",
12 "counter",
13 "metrics",
14 "kpi",
15 "figures",
16 "statistics"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-stats-section-editor",
20 "style": "bkbg-stats-section-style",
21 "viewScript": "bkbg-stats-section-frontend",
22 "supports": {
23 "html": false,
24 "align": [
25 "wide",
26 "full"
27 ]
28 },
29 "attributes": {
30 "stats": {
31 "type": "array",
32 "default": [
33 {
34 "id": "s1",
35 "icon": "\ud83d\ude80",
36 "iconType": "custom-char",
37 "iconDashicon": "",
38 "iconImageUrl": "",
39 "prefix": "",
40 "number": "10K+",
41 "suffix": "",
42 "label": "Happy Customers",
43 "description": "From 50 countries worldwide"
44 },
45 {
46 "id": "s2",
47 "icon": "\ud83c\udfc6",
48 "iconType": "custom-char",
49 "iconDashicon": "",
50 "iconImageUrl": "",
51 "prefix": "$",
52 "number": "2.4M",
53 "suffix": "",
54 "label": "Revenue Generated",
55 "description": "For our clients in 2024"
56 },
57 {
58 "id": "s3",
59 "icon": "\u2b50",
60 "iconType": "custom-char",
61 "iconDashicon": "",
62 "iconImageUrl": "",
63 "prefix": "",
64 "number": "98%",
65 "suffix": "",
66 "label": "Satisfaction Rate",
67 "description": "Based on 3,200+ reviews"
68 },
69 {
70 "id": "s4",
71 "icon": "\u26a1",
72 "iconType": "custom-char",
73 "iconDashicon": "",
74 "iconImageUrl": "",
75 "prefix": "",
76 "number": "4.9",
77 "suffix": "/5",
78 "label": "Average Rating",
79 "description": "Across all platforms"
80 }
81 ]
82 },
83 "sectionTitle": {
84 "type": "string",
85 "default": "Trusted by thousands of teams"
86 },
87 "sectionSubtitle": {
88 "type": "string",
89 "default": "Real results from real customers \u2014 not just promises."
90 },
91 "showSectionHeader": {
92 "type": "boolean",
93 "default": true
94 },
95 "headerAlign": {
96 "type": "string",
97 "default": "center"
98 },
99 "layout": {
100 "type": "string",
101 "default": "row"
102 },
103 "cardStyle": {
104 "type": "string",
105 "default": "plain"
106 },
107 "columns": {
108 "type": "number",
109 "default": 4
110 },
111 "gap": {
112 "type": "number",
113 "default": 40
114 },
115 "showIcons": {
116 "type": "boolean",
117 "default": true
118 },
119 "showDividers": {
120 "type": "boolean",
121 "default": true
122 },
123 "showDescription": {
124 "type": "boolean",
125 "default": true
126 },
127 "textAlign": {
128 "type": "string",
129 "default": "center"
130 },
131 "numberSize": {
132 "type": "number",
133 "default": 52
134 },
135 "labelSize": {
136 "type": "number",
137 "default": 15
138 },
139 "descSize": {
140 "type": "number",
141 "default": 13
142 },
143 "iconSize": {
144 "type": "number",
145 "default": 36
146 },
147 "fontWeight": {
148 "type": "string",
149 "default": "800"
150 },
151 "borderRadius": {
152 "type": "number",
153 "default": 16
154 },
155 "cardPadding": {
156 "type": "number",
157 "default": 32
158 },
159 "paddingTop": {
160 "type": "number",
161 "default": 64
162 },
163 "paddingBottom": {
164 "type": "number",
165 "default": 64
166 },
167 "numberColor": {
168 "type": "string",
169 "default": "#6c3fb5"
170 },
171 "labelColor": {
172 "type": "string",
173 "default": "#1e293b"
174 },
175 "descColor": {
176 "type": "string",
177 "default": "#64748b"
178 },
179 "iconColor": {
180 "type": "string",
181 "default": "#6c3fb5"
182 },
183 "dividerColor": {
184 "type": "string",
185 "default": "#e2e8f0"
186 },
187 "cardBg": {
188 "type": "string",
189 "default": "#ffffff"
190 },
191 "cardBorder": {
192 "type": "string",
193 "default": "#e2e8f0"
194 },
195 "sectionBg": {
196 "type": "string",
197 "default": ""
198 },
199 "titleColor": {
200 "type": "string",
201 "default": "#0f172a"
202 },
203 "subtitleColor": {
204 "type": "string",
205 "default": "#64748b"
206 },
207 "gradientFrom": {
208 "type": "string",
209 "default": "#6c3fb5"
210 },
211 "gradientTo": {
212 "type": "string",
213 "default": "#2563eb"
214 },
215 "lineHeight": {
216 "type": "number",
217 "default": 1.4
218 },
219 "titleTypo": {
220 "type": "object",
221 "default": {}
222 },
223 "subtitleTypo": {
224 "type": "object",
225 "default": {}
226 },
227 "numberTypo": {
228 "type": "object",
229 "default": {}
230 },
231 "labelTypo": {
232 "type": "object",
233 "default": {}
234 },
235 "descTypo": {
236 "type": "object",
237 "default": {}
238 }
239 }
240 }