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

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

248 lines 6.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "blockenberg/stats-counter",
4 "title": "Stats Counter",
5 "category": "bkbg-business",
6 "icon": "performance",
7 "description": "Display animated number counters with icons, labels, and rich customization.",
8 "keywords": [
9 "stats",
10 "counter",
11 "number",
12 "statistics",
13 "achievement",
14 "fact"
15 ],
16 "textdomain": "blockenberg",
17 "editorScript": "bkbg-stats-counter-editor",
18 "editorStyle": "bkbg-stats-counter-style",
19 "style": "bkbg-stats-counter-style",
20 "viewScript": "bkbg-stats-counter-frontend",
21 "supports": {
22 "html": false,
23 "align": [
24 "wide",
25 "full"
26 ]
27 },
28 "attributes": {
29 "items": {
30 "type": "array",
31 "default": [
32 {
33 "number": 1500,
34 "suffix": "+",
35 "prefix": "",
36 "label": "Happy Clients",
37 "icon": "groups",
38 "color": "#3b82f6",
39 "numberColor": "",
40 "labelColor": ""
41 },
42 {
43 "number": 99,
44 "suffix": "%",
45 "prefix": "",
46 "label": "Success Rate",
47 "icon": "yes-alt",
48 "color": "#10b981",
49 "numberColor": "",
50 "labelColor": ""
51 },
52 {
53 "number": 50,
54 "suffix": "+",
55 "prefix": "",
56 "label": "Team Members",
57 "icon": "admin-users",
58 "color": "#f59e0b",
59 "numberColor": "",
60 "labelColor": ""
61 },
62 {
63 "number": 10,
64 "suffix": "",
65 "prefix": "",
66 "label": "Years Experience",
67 "icon": "awards",
68 "color": "#8b5cf6",
69 "numberColor": "",
70 "labelColor": ""
71 }
72 ]
73 },
74 "layoutStyle": {
75 "type": "string",
76 "default": "grid"
77 },
78 "columns": {
79 "type": "number",
80 "default": 4
81 },
82 "gap": {
83 "type": "number",
84 "default": 32
85 },
86 "animateOnScroll": {
87 "type": "boolean",
88 "default": true
89 },
90 "animationDuration": {
91 "type": "number",
92 "default": 2000
93 },
94 "showIcon": {
95 "type": "boolean",
96 "default": true
97 },
98 "iconPosition": {
99 "type": "string",
100 "default": "top"
101 },
102 "iconSize": {
103 "type": "number",
104 "default": 48
105 },
106 "iconStyle": {
107 "type": "string",
108 "default": "default"
109 },
110 "iconBgSize": {
111 "type": "number",
112 "default": 80
113 },
114 "iconRadius": {
115 "type": "number",
116 "default": 50
117 },
118 "showLabel": {
119 "type": "boolean",
120 "default": true
121 },
122 "labelPosition": {
123 "type": "string",
124 "default": "below"
125 },
126 "numberSize": {
127 "type": "number",
128 "default": 48
129 },
130 "numberLineHeight": {
131 "type": "number",
132 "default": 1
133 },
134 "numberWeight": {
135 "type": "number",
136 "default": 700
137 },
138 "numberColor": {
139 "type": "string",
140 "default": "#1f2937"
141 },
142 "labelLineHeight": {
143 "type": "number",
144 "default": 1.3
145 },
146 "labelSize": {
147 "type": "number",
148 "default": 16
149 },
150 "titleFontWeight": {
151 "type": "string",
152 "default": "700"
153 },
154 "titleLineHeight": {
155 "type": "number",
156 "default": 1.2
157 },
158 "labelWeight": {
159 "type": "number",
160 "default": 400
161 },
162 "labelColor": {
163 "type": "string",
164 "default": "#6b7280"
165 },
166 "textAlign": {
167 "type": "string",
168 "default": "center"
169 },
170 "cardStyle": {
171 "type": "boolean",
172 "default": false
173 },
174 "cardBg": {
175 "type": "string",
176 "default": "#ffffff"
177 },
178 "cardBorder": {
179 "type": "boolean",
180 "default": true
181 },
182 "cardBorderColor": {
183 "type": "string",
184 "default": "#e5e7eb"
185 },
186 "cardBorderWidth": {
187 "type": "number",
188 "default": 1
189 },
190 "cardRadius": {
191 "type": "number",
192 "default": 12
193 },
194 "cardPadding": {
195 "type": "number",
196 "default": 32
197 },
198 "cardShadow": {
199 "type": "boolean",
200 "default": false
201 },
202 "divider": {
203 "type": "boolean",
204 "default": false
205 },
206 "dividerColor": {
207 "type": "string",
208 "default": "#e5e7eb"
209 },
210 "useItemColors": {
211 "type": "boolean",
212 "default": true
213 },
214 "title": {
215 "type": "string",
216 "default": ""
217 },
218 "showTitle": {
219 "type": "boolean",
220 "default": false
221 },
222 "titleSize": {
223 "type": "number",
224 "default": 32
225 },
226 "titleColor": {
227 "type": "string",
228 "default": "#1f2937"
229 },
230 "separator": {
231 "type": "string",
232 "default": ","
233 },
234 "titleTypo": {
235 "type": "object",
236 "default": {}
237 },
238 "numberTypo": {
239 "type": "object",
240 "default": {}
241 },
242 "labelTypo": {
243 "type": "object",
244 "default": {}
245 }
246 }
247 }
248