PluginProbe
FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment / 2.1.14
FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment v2.1.14
3.1.13 3.1.12 3.1.11 3.1.10 3.1.9 3.1.8 3.1.7 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 All 122 releases
firebox / media / admin / js / blocks / countdown / block.json

block.json in FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment 2.1.14, at media/admin/js/blocks/countdown/block.json

382 lines 7.3 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": 2,
4 "name": "firebox/countdown",
5 "version": "1.0.0",
6 "title": "Countdown",
7 "description": "Add an advanced countdown timer.",
8 "category": "firebox",
9 "keywords": [
10 "count",
11 "countdown",
12 "timer",
13 "countdown timer"
14 ],
15 "attributes": {
16 "uniqueId": {
17 "type": "string",
18 "default": ""
19 },
20 "countdownType": {
21 "type": "string",
22 "default": "static"
23 },
24 "value": {
25 "type": "string",
26 "default": ""
27 },
28 "timezone": {
29 "type": "string",
30 "default": "server"
31 },
32 "dynamicDays": {
33 "type": "number",
34 "default": 0
35 },
36 "dynamicHours": {
37 "type": "number",
38 "default": 0
39 },
40 "dynamicMinutes": {
41 "type": "number",
42 "default": 0
43 },
44 "dynamicSeconds": {
45 "type": "number",
46 "default": 0
47 },
48 "finishText": {
49 "type": "string",
50 "default": "Countdown finished."
51 },
52 "redirectURL": {
53 "type": "string",
54 "default": ""
55 },
56 "format": {
57 "type": "string",
58 "default": ""
59 },
60 "theme": {
61 "type": "string",
62 "default": "default"
63 },
64 "countdownAction": {
65 "type": "string",
66 "default": "keep"
67 },
68 "align": {
69 "type": "string",
70 "default": ""
71 },
72 "margin": {
73 "type": "object",
74 "default": {
75 "desktop": {
76 "top": "",
77 "right": "",
78 "bottom": "",
79 "left": ""
80 },
81 "tablet": {
82 "top": "",
83 "right": "",
84 "bottom": "",
85 "left": ""
86 },
87 "mobile": {
88 "top": "",
89 "right": "",
90 "bottom": "",
91 "left": ""
92 },
93 "linked": true
94 }
95 },
96 "padding": {
97 "type": "object",
98 "default": {
99 "desktop": {
100 "top": "",
101 "right": "",
102 "bottom": "",
103 "left": ""
104 },
105 "tablet": {
106 "top": "",
107 "right": "",
108 "bottom": "",
109 "left": ""
110 },
111 "mobile": {
112 "top": "",
113 "right": "",
114 "bottom": "",
115 "left": ""
116 },
117 "linked": true
118 }
119 },
120 "backgroundColor": {
121 "type": "string",
122 "default": ""
123 },
124 "days": {
125 "type": "boolean",
126 "default": true
127 },
128 "daysLabel": {
129 "type": "string",
130 "default": "Days"
131 },
132 "hours": {
133 "type": "boolean",
134 "default": true
135 },
136 "hoursLabel": {
137 "type": "string",
138 "default": "Hrs"
139 },
140 "minutes": {
141 "type": "boolean",
142 "default": true
143 },
144 "minutesLabel": {
145 "type": "string",
146 "default": "Mins"
147 },
148 "seconds": {
149 "type": "boolean",
150 "default": true
151 },
152 "secondsLabel": {
153 "type": "string",
154 "default": "Secs"
155 },
156 "separator": {
157 "type": "boolean",
158 "default": false
159 },
160 "doubleZeroesFormat": {
161 "type": "boolean",
162 "default": true
163 },
164 "itemSize": {
165 "type": "object",
166 "default": {
167 "desktop": "",
168 "tablet": "",
169 "mobile": ""
170 }
171 },
172 "gap": {
173 "type": "object",
174 "default": {
175 "desktop": 20,
176 "tablet": "",
177 "mobile": ""
178 }
179 },
180 "itemBorderColor": {
181 "type": "string",
182 "default": ""
183 },
184 "itemBorderWidth": {
185 "type": "number",
186 "default": 0
187 },
188 "itemBorderStyle": {
189 "type": "string",
190 "default": "none"
191 },
192 "itemBorderRadius": {
193 "type": "object",
194 "default": {
195 "desktop": {
196 "top_left": "",
197 "top_right": "",
198 "bottom_right": "",
199 "bottom_left": ""
200 },
201 "tablet": {
202 "top_left": "",
203 "top_right": "",
204 "bottom_right": "",
205 "bottom_left": ""
206 },
207 "mobile": {
208 "top_left": "",
209 "top_right": "",
210 "bottom_right": "",
211 "bottom_left": ""
212 },
213 "linked": true
214 }
215 },
216 "itemBackgroundColor": {
217 "type": "string",
218 "default": ""
219 },
220 "digitsWrapperMinWidth": {
221 "type": "number",
222 "default": 0
223 },
224 "digitsWrapperPadding": {
225 "type": "object",
226 "default": {
227 "desktop": {
228 "top": "",
229 "right": "",
230 "bottom": "",
231 "left": ""
232 },
233 "tablet": {
234 "top": "",
235 "right": "",
236 "bottom": "",
237 "left": ""
238 },
239 "mobile": {
240 "top": "",
241 "right": "",
242 "bottom": "",
243 "left": ""
244 },
245 "linked": true
246 }
247 },
248 "digitsWrapperBackgroundColor": {
249 "type": "string",
250 "default": ""
251 },
252 "digitsWrapperBorderRadius": {
253 "type": "object",
254 "default": {
255 "desktop": {
256 "top_left": "",
257 "top_right": "",
258 "bottom_right": "",
259 "bottom_left": ""
260 },
261 "tablet": {
262 "top_left": "",
263 "top_right": "",
264 "bottom_right": "",
265 "bottom_left": ""
266 },
267 "mobile": {
268 "top_left": "",
269 "top_right": "",
270 "bottom_right": "",
271 "bottom_left": ""
272 },
273 "linked": true
274 }
275 },
276 "digitMinWidth": {
277 "type": "number",
278 "default": 0
279 },
280 "digitsFontSize": {
281 "type": "object",
282 "default": {
283 "desktop": 25,
284 "tablet": "",
285 "mobile": ""
286 }
287 },
288 "digitsFontWeight": {
289 "type": "string",
290 "default": 400
291 },
292 "digitsPadding": {
293 "type": "object",
294 "default": {
295 "desktop": {
296 "top": "",
297 "right": "",
298 "bottom": "",
299 "left": ""
300 },
301 "tablet": {
302 "top": "",
303 "right": "",
304 "bottom": "",
305 "left": ""
306 },
307 "mobile": {
308 "top": "",
309 "right": "",
310 "bottom": "",
311 "left": ""
312 },
313 "linked": true
314 }
315 },
316 "digitsGap": {
317 "type": "object",
318 "default": {
319 "desktop": 0,
320 "tablet": "",
321 "mobile": ""
322 }
323 },
324 "digitBackgroundColor": {
325 "type": "string",
326 "default": ""
327 },
328 "digitBorderRadius": {
329 "type": "object",
330 "default": {
331 "desktop": {
332 "top_left": "",
333 "top_right": "",
334 "bottom_right": "",
335 "bottom_left": ""
336 },
337 "tablet": {
338 "top_left": "",
339 "top_right": "",
340 "bottom_right": "",
341 "bottom_left": ""
342 },
343 "mobile": {
344 "top_left": "",
345 "top_right": "",
346 "bottom_right": "",
347 "bottom_left": ""
348 },
349 "linked": true
350 }
351 },
352 "digitTextColor": {
353 "type": "string",
354 "default": ""
355 },
356 "labelFontSize": {
357 "type": "object",
358 "default": {
359 "desktop": 13,
360 "tablet": "",
361 "mobile": ""
362 }
363 },
364 "labelFontWeight": {
365 "type": "string",
366 "default": 400
367 },
368 "unitLabelMarginTop": {
369 "type": "number",
370 "default": 5
371 },
372 "unitLabelTextColor": {
373 "type": "string",
374 "default": ""
375 }
376 },
377 "editorScript": [
378 "firebox-store",
379 "file:./index.js"
380 ],
381 "editorStyle": "fpframework-countdown-widget"
382 }