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

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

269 lines 7.7 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/awards",
5 "title": "Awards & Certifications",
6 "category": "bkbg-business",
7 "icon": "awards",
8 "description": "Showcase awards, certifications, badges, and achievements in a polished grid or timeline layout.",
9 "keywords": [
10 "awards",
11 "certifications",
12 "badges",
13 "achievements",
14 "honors",
15 "recognition",
16 "credentials"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-awards-editor",
20 "style": "bkbg-awards-style",
21 "viewScript": "bkbg-awards-frontend",
22 "supports": {
23 "html": false,
24 "anchor": true,
25 "className": true,
26 "align": [
27 "wide",
28 "full"
29 ]
30 },
31 "attributes": {
32 "title": {
33 "type": "string",
34 "default": "Awards & Recognition"
35 },
36 "subtitle": {
37 "type": "string",
38 "default": "Milestones that mark our journey"
39 },
40 "showTitle": {
41 "type": "boolean",
42 "default": true
43 },
44 "showSubtitle": {
45 "type": "boolean",
46 "default": true
47 },
48 "layout": {
49 "type": "string",
50 "default": "grid"
51 },
52 "columns": {
53 "type": "number",
54 "default": 3
55 },
56 "awards": {
57 "type": "array",
58 "default": [
59 {
60 "id": "aw1",
61 "title": "Best SaaS Product",
62 "issuer": "TechCrunch Disrupt",
63 "year": "2024",
64 "description": "Recognized as the most innovative SaaS product of the year.",
65 "icon": "🏆",
66 "iconType": "custom-char",
67 "iconDashicon": "",
68 "iconImageUrl": "",
69 "imageUrl": "",
70 "imageId": 0,
71 "color": "#f59e0b",
72 "url": ""
73 },
74 {
75 "id": "aw2",
76 "title": "ISO 27001 Certified",
77 "issuer": "BSI Group",
78 "year": "2024",
79 "description": "Achieved international standard for information security.",
80 "icon": "🛡️",
81 "iconType": "custom-char",
82 "iconDashicon": "",
83 "iconImageUrl": "",
84 "imageUrl": "",
85 "imageId": 0,
86 "color": "#3b82f6",
87 "url": ""
88 },
89 {
90 "id": "aw3",
91 "title": "Top Workplace 2024",
92 "issuer": "Great Place to Work",
93 "year": "2024",
94 "description": "Ranked among the best employers for talent and culture.",
95 "icon": "",
96 "iconType": "custom-char",
97 "iconDashicon": "",
98 "iconImageUrl": "",
99 "imageUrl": "",
100 "imageId": 0,
101 "color": "#10b981",
102 "url": ""
103 },
104 {
105 "id": "aw4",
106 "title": "G2 Leader Badge",
107 "issuer": "G2 Crowd",
108 "year": "2023",
109 "description": "Consistently rated Leader in the analytics category.",
110 "icon": "🥇",
111 "iconType": "custom-char",
112 "iconDashicon": "",
113 "iconImageUrl": "",
114 "imageUrl": "",
115 "imageId": 0,
116 "color": "#ec4899",
117 "url": ""
118 },
119 {
120 "id": "aw5",
121 "title": "Fast Company 50",
122 "issuer": "Fast Company",
123 "year": "2023",
124 "description": "Named one of the 50 Most Innovative Companies.",
125 "icon": "🚀",
126 "iconType": "custom-char",
127 "iconDashicon": "",
128 "iconImageUrl": "",
129 "imageUrl": "",
130 "imageId": 0,
131 "color": "#8b5cf6",
132 "url": ""
133 },
134 {
135 "id": "aw6",
136 "title": "SOC 2 Type II",
137 "issuer": "AICPA",
138 "year": "2023",
139 "description": "Verified security, availability, and confidentiality controls.",
140 "icon": "🔒",
141 "iconType": "custom-char",
142 "iconDashicon": "",
143 "iconImageUrl": "",
144 "imageUrl": "",
145 "imageId": 0,
146 "color": "#6c3fb5",
147 "url": ""
148 }
149 ]
150 },
151 "showYear": {
152 "type": "boolean",
153 "default": true
154 },
155 "showIssuer": {
156 "type": "boolean",
157 "default": true
158 },
159 "showDescription": {
160 "type": "boolean",
161 "default": true
162 },
163 "iconSize": {
164 "type": "number",
165 "default": 40
166 },
167 "accentColor": {
168 "type": "string",
169 "default": "#6c3fb5"
170 },
171 "cardBg": {
172 "type": "string",
173 "default": "#ffffff"
174 },
175 "cardBorder": {
176 "type": "string",
177 "default": "#e5e7eb"
178 },
179 "titleColor": {
180 "type": "string",
181 "default": "#111827"
182 },
183 "sectionTitleColor": {
184 "type": "string",
185 "default": "#111827"
186 },
187 "subtitleColor": {
188 "type": "string",
189 "default": "#6b7280"
190 },
191 "awardTitleColor": {
192 "type": "string",
193 "default": "#111827"
194 },
195 "issuerColor": {
196 "type": "string",
197 "default": "#6b7280"
198 },
199 "yearColor": {
200 "type": "string",
201 "default": "#6c3fb5"
202 },
203 "descColor": {
204 "type": "string",
205 "default": "#6b7280"
206 },
207 "bgColor": {
208 "type": "string",
209 "default": ""
210 },
211 "cardRadius": {
212 "type": "number",
213 "default": 16
214 },
215 "iconBgRadius": {
216 "type": "number",
217 "default": 14
218 },
219 "gap": {
220 "type": "number",
221 "default": 24
222 },
223 "titleSize": {
224 "type": "number",
225 "default": 32
226 },
227 "awardTitleSize": {
228 "type": "number",
229 "default": 18
230 },
231 "issuerSize": {
232 "type": "number",
233 "default": 13
234 },
235 "descSize": {
236 "type": "number",
237 "default": 14
238 },
239 "paddingTop": {
240 "type": "number",
241 "default": 64
242 },
243 "paddingBottom": {
244 "type": "number",
245 "default": 64
246 },
247 "sectionTitleTypo": {
248 "type": "object",
249 "default": {}
250 },
251 "subtitleTypo": {
252 "type": "object",
253 "default": {}
254 },
255 "awardTitleTypo": {
256 "type": "object",
257 "default": {}
258 },
259 "issuerTypo": {
260 "type": "object",
261 "default": {}
262 },
263 "descTypo": {
264 "type": "object",
265 "default": {}
266 }
267 }
268 }
269