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

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

222 lines 5.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/launch-waitlist",
5 "version": "1.0.0",
6 "title": "Launch Waitlist",
7 "category": "bkbg-marketing",
8 "icon": "megaphone",
9 "description": "Product or service launch section with live countdown timer, email waitlist form, feature teasers, and social proof. For pre-launch landing pages.",
10 "keywords": [
11 "launch",
12 "waitlist",
13 "pre-launch",
14 "coming soon",
15 "signup",
16 "countdown"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-launch-waitlist-editor",
20 "style": "bkbg-launch-waitlist-style",
21 "viewScript": "bkbg-launch-waitlist-frontend",
22 "supports": {
23 "html": false,
24 "align": [
25 "wide",
26 "full"
27 ]
28 },
29 "attributes": {
30 "badge": {
31 "type": "string",
32 "default": "🚀 Coming Soon"
33 },
34 "heading": {
35 "type": "string",
36 "default": "Something Big Is Coming"
37 },
38 "subtext": {
39 "type": "string",
40 "default": "We're building something you're going to love. Join the waitlist to get early access and an exclusive discount."
41 },
42 "launchDate": {
43 "type": "string",
44 "default": ""
45 },
46 "showCountdown": {
47 "type": "boolean",
48 "default": true
49 },
50 "formPlaceholder": {
51 "type": "string",
52 "default": "Enter your email address"
53 },
54 "formSubmitLabel": {
55 "type": "string",
56 "default": "Join the Waitlist"
57 },
58 "formAction": {
59 "type": "string",
60 "default": ""
61 },
62 "successMessage": {
63 "type": "string",
64 "default": "🎉 You're on the list! We'll be in touch soon."
65 },
66 "benefits": {
67 "type": "array",
68 "default": [
69 {
70 "text": "Early access before public launch"
71 },
72 {
73 "text": "Exclusive founding member discount"
74 },
75 {
76 "text": "Shape the product with your feedback"
77 }
78 ]
79 },
80 "showBenefits": {
81 "type": "boolean",
82 "default": true
83 },
84 "socialProof": {
85 "type": "string",
86 "default": "Join 1,200+ people already on the list"
87 },
88 "showSocialProof": {
89 "type": "boolean",
90 "default": true
91 },
92 "layout": {
93 "type": "string",
94 "default": "centered"
95 },
96 "bgColor": {
97 "type": "string",
98 "default": "#0f172a"
99 },
100 "accentColor": {
101 "type": "string",
102 "default": "#6366f1"
103 },
104 "headingColor": {
105 "type": "string",
106 "default": "#f8fafc"
107 },
108 "subColor": {
109 "type": "string",
110 "default": "#94a3b8"
111 },
112 "badgeBg": {
113 "type": "string",
114 "default": "rgba(99,102,241,0.2)"
115 },
116 "badgeColor": {
117 "type": "string",
118 "default": "#a5b4fc"
119 },
120 "countdownBg": {
121 "type": "string",
122 "default": "#1e293b"
123 },
124 "countdownNumColor": {
125 "type": "string",
126 "default": "#f8fafc"
127 },
128 "countdownLabelColor": {
129 "type": "string",
130 "default": "#64748b"
131 },
132 "inputBg": {
133 "type": "string",
134 "default": "#1e293b"
135 },
136 "inputColor": {
137 "type": "string",
138 "default": "#f1f5f9"
139 },
140 "inputBorder": {
141 "type": "string",
142 "default": "#334155"
143 },
144 "submitBg": {
145 "type": "string",
146 "default": "#6366f1"
147 },
148 "submitColor": {
149 "type": "string",
150 "default": "#ffffff"
151 },
152 "benefitColor": {
153 "type": "string",
154 "default": "#cbd5e1"
155 },
156 "socialProofColor": {
157 "type": "string",
158 "default": "#64748b"
159 },
160 "maxWidth": {
161 "type": "number",
162 "default": 680
163 },
164 "paddingTop": {
165 "type": "number",
166 "default": 100
167 },
168 "paddingBottom": {
169 "type": "number",
170 "default": 100
171 },
172 "titleFontSize": {
173 "type": "number",
174 "default": 32
175 },
176 "titleFontWeight": {
177 "type": "number",
178 "default": 700
179 },
180 "titleLineHeight": {
181 "type": "number",
182 "default": 1.2
183 },
184 "subtitleFontSize": {
185 "type": "number",
186 "default": 16
187 },
188 "subtitleFontWeight": {
189 "type": "number",
190 "default": 400
191 },
192 "subtitleLineHeight": {
193 "type": "number",
194 "default": 1.5
195 },
196 "buttonFontSize": {
197 "type": "number",
198 "default": 15
199 },
200 "buttonFontWeight": {
201 "type": "number",
202 "default": 600
203 },
204 "buttonLineHeight": {
205 "type": "number",
206 "default": 1.4
207 },
208 "headingTypo": {
209 "type": "object",
210 "default": {}
211 },
212 "subtextTypo": {
213 "type": "object",
214 "default": {}
215 },
216 "buttonTypo": {
217 "type": "object",
218 "default": {}
219 }
220 }
221 }
222