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

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

260 lines 6.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/webinar-section",
5 "title": "Webinar Section",
6 "description": "Promote a live webinar or online event with date, speakers, agenda topics, countdown timer, and CTA.",
7 "category": "bkbg-marketing",
8 "icon": "video-alt3",
9 "keywords": [
10 "webinar",
11 "event",
12 "live",
13 "session",
14 "speakers",
15 "countdown",
16 "registration"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-webinar-section-editor",
20 "style": "bkbg-webinar-section-style",
21 "viewScript": "bkbg-webinar-section-frontend",
22 "supports": {
23 "html": false,
24 "align": [
25 "wide",
26 "full"
27 ]
28 },
29 "attributes": {
30 "badge": {
31 "type": "string",
32 "default": "FREE LIVE WEBINAR"
33 },
34 "showBadge": {
35 "type": "boolean",
36 "default": true
37 },
38 "heading": {
39 "type": "string",
40 "default": "How to 10X Your Revenue Without 10X the Work"
41 },
42 "subtext": {
43 "type": "string",
44 "default": "Join us for a live training session where we break down the exact system our top clients use to scale predictably."
45 },
46 "showSubtext": {
47 "type": "boolean",
48 "default": true
49 },
50 "eventDate": {
51 "type": "string",
52 "default": ""
53 },
54 "eventTime": {
55 "type": "string",
56 "default": "2:00 PM"
57 },
58 "eventTimezone": {
59 "type": "string",
60 "default": "EST"
61 },
62 "showDateTime": {
63 "type": "boolean",
64 "default": true
65 },
66 "speakers": {
67 "type": "array",
68 "default": [
69 {
70 "name": "Dr. Sarah Chen",
71 "title": "Founder & CEO",
72 "bio": "20+ years helping founders scale.",
73 "avatarUrl": "",
74 "avatarId": 0
75 },
76 {
77 "name": "Mark Rivera",
78 "title": "Head of Growth",
79 "bio": "Built 3 companies to $10M+ ARR.",
80 "avatarUrl": "",
81 "avatarId": 0
82 }
83 ]
84 },
85 "showSpeakers": {
86 "type": "boolean",
87 "default": true
88 },
89 "topics": {
90 "type": "array",
91 "default": [
92 {
93 "text": "The #1 reason most businesses plateau (and how to break through)"
94 },
95 {
96 "text": "Our 5-step revenue acceleration framework"
97 },
98 {
99 "text": "Live Q&A and case study breakdowns"
100 },
101 {
102 "text": "Special offer for attendees only"
103 }
104 ]
105 },
106 "showTopics": {
107 "type": "boolean",
108 "default": true
109 },
110 "topicsHeading": {
111 "type": "string",
112 "default": "What You'll Learn"
113 },
114 "showCountdown": {
115 "type": "boolean",
116 "default": true
117 },
118 "countdownEnd": {
119 "type": "string",
120 "default": ""
121 },
122 "ctaLabel": {
123 "type": "string",
124 "default": "Reserve My Free Spot →"
125 },
126 "ctaUrl": {
127 "type": "string",
128 "default": "#"
129 },
130 "ctaSubtext": {
131 "type": "string",
132 "default": "Limited to 500 attendees • Replay available afterward"
133 },
134 "showCtaSubtext": {
135 "type": "boolean",
136 "default": true
137 },
138 "layout": {
139 "type": "string",
140 "default": "split"
141 },
142 "bgColor": {
143 "type": "string",
144 "default": "#0f172a"
145 },
146 "textColor": {
147 "type": "string",
148 "default": "#f1f5f9"
149 },
150 "badgeBg": {
151 "type": "string",
152 "default": "#7c3aed"
153 },
154 "badgeColor": {
155 "type": "string",
156 "default": "#ffffff"
157 },
158 "headingColor": {
159 "type": "string",
160 "default": "#ffffff"
161 },
162 "subtextColor": {
163 "type": "string",
164 "default": "#94a3b8"
165 },
166 "accentColor": {
167 "type": "string",
168 "default": "#a78bfa"
169 },
170 "dateBg": {
171 "type": "string",
172 "default": "#1e293b"
173 },
174 "dateBorder": {
175 "type": "string",
176 "default": "#334155"
177 },
178 "dateColor": {
179 "type": "string",
180 "default": "#e2e8f0"
181 },
182 "topicColor": {
183 "type": "string",
184 "default": "#e2e8f0"
185 },
186 "checkColor": {
187 "type": "string",
188 "default": "#a78bfa"
189 },
190 "speakerCardBg": {
191 "type": "string",
192 "default": "#1e293b"
193 },
194 "speakerNameColor": {
195 "type": "string",
196 "default": "#f1f5f9"
197 },
198 "speakerTitleColor": {
199 "type": "string",
200 "default": "#94a3b8"
201 },
202 "countdownBg": {
203 "type": "string",
204 "default": "#1e293b"
205 },
206 "countdownNumColor": {
207 "type": "string",
208 "default": "#ffffff"
209 },
210 "countdownLabelColor": {
211 "type": "string",
212 "default": "#64748b"
213 },
214 "ctaBg": {
215 "type": "string",
216 "default": "#7c3aed"
217 },
218 "ctaColor": {
219 "type": "string",
220 "default": "#ffffff"
221 },
222 "ctaSubtextColor": {
223 "type": "string",
224 "default": "#64748b"
225 },
226 "headingSize": {
227 "type": "number",
228 "default": 36
229 },
230 "headingTypo": {
231 "type": "object",
232 "default": {}
233 },
234 "subtextTypo": {
235 "type": "object",
236 "default": {}
237 },
238 "topicsHeadingTypo": {
239 "type": "object",
240 "default": {}
241 },
242 "ctaTypo": {
243 "type": "object",
244 "default": {}
245 },
246 "maxWidth": {
247 "type": "number",
248 "default": 1100
249 },
250 "paddingTop": {
251 "type": "number",
252 "default": 80
253 },
254 "paddingBottom": {
255 "type": "number",
256 "default": 80
257 }
258 }
259 }
260