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

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

228 lines 4.2 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/coming-soon",
5 "version": "1.0.0",
6 "title": "Coming Soon",
7 "category": "bkbg-marketing",
8 "icon": "clock",
9 "description": "Launch countdown page section with logo, heading, subtitle, live countdown timer, optional email capture field, social links, and background controls.",
10 "keywords": [
11 "coming soon",
12 "launch",
13 "countdown",
14 "timer",
15 "waitlist"
16 ],
17 "textdomain": "blockenberg",
18 "editorScript": "bkbg-coming-soon-editor",
19 "style": "bkbg-coming-soon-style",
20 "viewScript": "bkbg-coming-soon-frontend",
21 "attributes": {
22 "logoUrl": {
23 "type": "string",
24 "default": ""
25 },
26 "logoId": {
27 "type": "number",
28 "default": 0
29 },
30 "logoAlt": {
31 "type": "string",
32 "default": "Logo"
33 },
34 "logoWidth": {
35 "type": "number",
36 "default": 160
37 },
38 "showLogo": {
39 "type": "boolean",
40 "default": false
41 },
42 "eyebrow": {
43 "type": "string",
44 "default": "Something big is coming"
45 },
46 "showEyebrow": {
47 "type": "boolean",
48 "default": true
49 },
50 "heading": {
51 "type": "string",
52 "default": "We're launching soon."
53 },
54 "subtext": {
55 "type": "string",
56 "default": "We've been building something great. Sign up to be notified the moment we go live."
57 },
58 "launchDate": {
59 "type": "string",
60 "default": ""
61 },
62 "showCountdown": {
63 "type": "boolean",
64 "default": true
65 },
66 "showEmail": {
67 "type": "boolean",
68 "default": true
69 },
70 "emailPlaceholder": {
71 "type": "string",
72 "default": "Enter your email address"
73 },
74 "emailBtnLabel": {
75 "type": "string",
76 "default": "Notify Me"
77 },
78 "emailAction": {
79 "type": "string",
80 "default": "#"
81 },
82 "showSocials": {
83 "type": "boolean",
84 "default": true
85 },
86 "socialLinks": {
87 "type": "array",
88 "default": [
89 {
90 "platform": "Twitter / X",
91 "url": "#",
92 "icon": "𝕏",
93 "iconType": "custom-char",
94 "iconDashicon": "",
95 "iconImageUrl": ""
96 },
97 {
98 "platform": "Instagram",
99 "url": "#",
100 "icon": "📷",
101 "iconType": "custom-char",
102 "iconDashicon": "",
103 "iconImageUrl": ""
104 },
105 {
106 "platform": "LinkedIn",
107 "url": "#",
108 "icon": "in",
109 "iconType": "custom-char",
110 "iconDashicon": "",
111 "iconImageUrl": ""
112 }
113 ],
114 "items": {
115 "type": "object"
116 }
117 },
118 "bgColor": {
119 "type": "string",
120 "default": "#0f172a"
121 },
122 "bgGradient": {
123 "type": "string",
124 "default": ""
125 },
126 "headingColor": {
127 "type": "string",
128 "default": "#ffffff"
129 },
130 "textColor": {
131 "type": "string",
132 "default": "#94a3b8"
133 },
134 "eyebrowBg": {
135 "type": "string",
136 "default": "rgba(255,255,255,.08)"
137 },
138 "eyebrowColor": {
139 "type": "string",
140 "default": "#c4b5fd"
141 },
142 "accentColor": {
143 "type": "string",
144 "default": "#7c3aed"
145 },
146 "timerBg": {
147 "type": "string",
148 "default": "rgba(255,255,255,.07)"
149 },
150 "timerColor": {
151 "type": "string",
152 "default": "#ffffff"
153 },
154 "inputBg": {
155 "type": "string",
156 "default": "rgba(255,255,255,.08)"
157 },
158 "inputColor": {
159 "type": "string",
160 "default": "#ffffff"
161 },
162 "btnBg": {
163 "type": "string",
164 "default": "#7c3aed"
165 },
166 "btnColor": {
167 "type": "string",
168 "default": "#ffffff"
169 },
170 "headingSize": {
171 "type": "number",
172 "default": 52
173 },
174 "textSize": {
175 "type": "number",
176 "default": 18
177 },
178 "paddingTop": {
179 "type": "number",
180 "default": 120
181 },
182 "paddingBottom": {
183 "type": "number",
184 "default": 120
185 },
186 "maxWidth": {
187 "type": "number",
188 "default": 700
189 },
190 "eyebrowSize": {
191 "type": "number",
192 "default": 13
193 },
194 "headingFontWeight": {
195 "type": "string",
196 "default": "800"
197 },
198 "headingLineHeight": {
199 "type": "number",
200 "default": 1.15
201 },
202 "textFontWeight": {
203 "type": "string",
204 "default": "400"
205 },
206 "textLineHeight": {
207 "type": "number",
208 "default": 1.7
209 },
210 "eyebrowFontWeight": {
211 "type": "string",
212 "default": "600"
213 },
214 "typoHeading": { "type": "object", "default": {} },
215 "typoBody": { "type": "object", "default": {} },
216 "typoEyebrow": { "type": "object", "default": {} }
217 },
218 "supports": {
219 "html": false,
220 "anchor": true,
221 "className": true,
222 "align": [
223 "wide",
224 "full"
225 ]
226 }
227 }
228