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

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

388 lines 12.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/event-agenda",
5 "title": "Event Agenda",
6 "description": "A conference or event schedule showing day tabs, time slots, session titles, speaker info, rooms, and session types.",
7 "category": "bkbg-business",
8 "icon": "calendar-alt",
9 "keywords": [
10 "agenda",
11 "schedule",
12 "event",
13 "conference",
14 "sessions",
15 "speakers",
16 "timeline"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-event-agenda-editor",
20 "style": "bkbg-event-agenda-style",
21 "viewScript": "bkbg-event-agenda-frontend",
22 "supports": {
23 "html": false,
24 "anchor": true,
25 "className": true,
26 "align": [
27 "wide",
28 "full"
29 ]
30 },
31 "attributes": {
32 "days": {
33 "type": "array",
34 "default": [
35 {
36 "id": "day001",
37 "label": "Day 1 — March 10",
38 "sessions": [
39 {
40 "id": "s001",
41 "time": "9:00 AM",
42 "duration": "30 min",
43 "type": "keynote",
44 "title": "Opening Keynote: The Future of Design",
45 "speaker": "Sarah Mitchell",
46 "role": "CEO",
47 "company": "DesignLab",
48 "avatarUrl": "",
49 "avatarId": 0,
50 "room": "Main Hall",
51 "tags": [
52 "Design",
53 "Innovation"
54 ]
55 },
56 {
57 "id": "s002",
58 "time": "9:45 AM",
59 "duration": "45 min",
60 "type": "talk",
61 "title": "Building Scalable Design Systems",
62 "speaker": "James O'Brien",
63 "role": "Lead Designer",
64 "company": "Figma",
65 "avatarUrl": "",
66 "avatarId": 0,
67 "room": "Hall A",
68 "tags": [
69 "Design Systems"
70 ]
71 },
72 {
73 "id": "s003",
74 "time": "10:30 AM",
75 "duration": "15 min",
76 "type": "break",
77 "title": "Coffee Break & Networking",
78 "speaker": "",
79 "role": "",
80 "company": "",
81 "avatarUrl": "",
82 "avatarId": 0,
83 "room": "Foyer",
84 "tags": []
85 },
86 {
87 "id": "s004",
88 "time": "10:45 AM",
89 "duration": "60 min",
90 "type": "workshop",
91 "title": "Hands-On: Prototyping with AI Tools",
92 "speaker": "Elena Rodriguez",
93 "role": "Product Designer",
94 "company": "Adobe",
95 "avatarUrl": "",
96 "avatarId": 0,
97 "room": "Workshop B",
98 "tags": [
99 "AI",
100 "Tools",
101 "Hands-on"
102 ]
103 },
104 {
105 "id": "s005",
106 "time": "12:00 PM",
107 "duration": "60 min",
108 "type": "break",
109 "title": "Lunch Break",
110 "speaker": "",
111 "role": "",
112 "company": "",
113 "avatarUrl": "",
114 "avatarId": 0,
115 "room": "Restaurant",
116 "tags": []
117 },
118 {
119 "id": "s006",
120 "time": "1:00 PM",
121 "duration": "45 min",
122 "type": "talk",
123 "title": "Motion Design: Principles & Best Practices",
124 "speaker": "David Chen",
125 "role": "Motion Lead",
126 "company": "Stripe",
127 "avatarUrl": "",
128 "avatarId": 0,
129 "room": "Hall A",
130 "tags": [
131 "Motion",
132 "Animation"
133 ]
134 }
135 ]
136 },
137 {
138 "id": "day002",
139 "label": "Day 2 — March 11",
140 "sessions": [
141 {
142 "id": "s007",
143 "time": "9:30 AM",
144 "duration": "45 min",
145 "type": "keynote",
146 "title": "Design Ethics in the Age of AI",
147 "speaker": "Priya Sharma",
148 "role": "Design Director",
149 "company": "Google",
150 "avatarUrl": "",
151 "avatarId": 0,
152 "room": "Main Hall",
153 "tags": [
154 "AI",
155 "Ethics"
156 ]
157 },
158 {
159 "id": "s008",
160 "time": "10:15 AM",
161 "duration": "45 min",
162 "type": "talk",
163 "title": "User Research That Actually Drives Decisions",
164 "speaker": "Tom Wilson",
165 "role": "UX Researcher",
166 "company": "Meta",
167 "avatarUrl": "",
168 "avatarId": 0,
169 "room": "Hall A",
170 "tags": [
171 "UX Research"
172 ]
173 },
174 {
175 "id": "s009",
176 "time": "11:00 AM",
177 "duration": "15 min",
178 "type": "break",
179 "title": "Coffee Break",
180 "speaker": "",
181 "role": "",
182 "company": "",
183 "avatarUrl": "",
184 "avatarId": 0,
185 "room": "Foyer",
186 "tags": []
187 },
188 {
189 "id": "s010",
190 "time": "11:15 AM",
191 "duration": "90 min",
192 "type": "workshop",
193 "title": "Portfolio Critique & Mentorship Roundtable",
194 "speaker": "Various Mentors",
195 "role": "",
196 "company": "",
197 "avatarUrl": "",
198 "avatarId": 0,
199 "room": "Workshop B",
200 "tags": [
201 "Portfolio",
202 "Mentorship"
203 ]
204 }
205 ]
206 }
207 ]
208 },
209 "showDayTabs": {
210 "type": "boolean",
211 "default": true
212 },
213 "showSpeakerAvatar": {
214 "type": "boolean",
215 "default": true
216 },
217 "showRoom": {
218 "type": "boolean",
219 "default": true
220 },
221 "showDuration": {
222 "type": "boolean",
223 "default": true
224 },
225 "showTags": {
226 "type": "boolean",
227 "default": true
228 },
229 "showSpeakerRole": {
230 "type": "boolean",
231 "default": true
232 },
233 "showSpeakerCompany": {
234 "type": "boolean",
235 "default": true
236 },
237 "sessionStyle": {
238 "type": "string",
239 "default": "card"
240 },
241 "timeFormat": {
242 "type": "string",
243 "default": "12h"
244 },
245 "timelineBar": {
246 "type": "boolean",
247 "default": true
248 },
249 "tabStyle": {
250 "type": "string",
251 "default": "pill"
252 },
253 "sessionTypes": {
254 "type": "array",
255 "default": [
256 {
257 "type": "keynote",
258 "label": "Keynote",
259 "color": "#6c3fb5"
260 },
261 {
262 "type": "talk",
263 "label": "Talk",
264 "color": "#0ea5e9"
265 },
266 {
267 "type": "workshop",
268 "label": "Workshop",
269 "color": "#10b981"
270 },
271 {
272 "type": "break",
273 "label": "Break",
274 "color": "#9ca3af"
275 }
276 ]
277 },
278 "cardRadius": {
279 "type": "integer",
280 "default": 12
281 },
282 "cardPadding": {
283 "type": "integer",
284 "default": 20
285 },
286 "avatarSize": {
287 "type": "integer",
288 "default": 44
289 },
290 "tagRadius": {
291 "type": "integer",
292 "default": 4
293 },
294 "timeLabelSize": {
295 "type": "integer",
296 "default": 13
297 },
298 "sessionTitleSize": {
299 "type": "integer",
300 "default": 16
301 },
302 "speakerNameSize": {
303 "type": "integer",
304 "default": 13
305 },
306 "metaSize": {
307 "type": "integer",
308 "default": 12
309 },
310 "tagSize": {
311 "type": "integer",
312 "default": 11
313 },
314 "tabSize": {
315 "type": "integer",
316 "default": 14
317 },
318 "accentColor": {
319 "type": "string",
320 "default": "#6c3fb5"
321 },
322 "activeTabBg": {
323 "type": "string",
324 "default": "#6c3fb5"
325 },
326 "activeTabColor": {
327 "type": "string",
328 "default": "#ffffff"
329 },
330 "inactiveTabBg": {
331 "type": "string",
332 "default": "#f3f4f6"
333 },
334 "inactiveTabColor": {
335 "type": "string",
336 "default": "#374151"
337 },
338 "sessionTitleColor": {
339 "type": "string",
340 "default": "#111827"
341 },
342 "speakerNameColor": {
343 "type": "string",
344 "default": "#374151"
345 },
346 "metaColor": {
347 "type": "string",
348 "default": "#9ca3af"
349 },
350 "timeColor": {
351 "type": "string",
352 "default": "#6c3fb5"
353 },
354 "cardBg": {
355 "type": "string",
356 "default": "#ffffff"
357 },
358 "cardBorderColor": {
359 "type": "string",
360 "default": "#e5e7eb"
361 },
362 "breakCardBg": {
363 "type": "string",
364 "default": "#f9fafb"
365 },
366 "timelineBarColor": {
367 "type": "string",
368 "default": "#e5e7eb"
369 },
370 "bgColor": {
371 "type": "string",
372 "default": ""
373 },
374 "paddingTop": {
375 "type": "integer",
376 "default": 64
377 },
378 "paddingBottom": {
379 "type": "integer",
380 "default": 64
381 },
382 "typoSessionTitle": { "type": "object", "default": {} },
383 "typoSpeaker": { "type": "object", "default": {} },
384 "typoMeta": { "type": "object", "default": {} },
385 "typoTab": { "type": "object", "default": {} }
386 }
387 }
388