PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
ablocks / assets / build / blocks / storeengine-billing-info / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.14.0, at assets/build/blocks/storeengine-billing-info/block.json

656 lines 21.8 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": "ablocks/storeengine-billing-info",
5 "version": "0.1.0",
6 "title": "Billing Info",
7 "category": "storeengine",
8 "description": "Show the billing address associated with the customer\u2019s order.",
9 "keywords": [
10 "ablocks",
11 "cart",
12 "cart list",
13 "shopping cart",
14 "storeengine",
15 "checkout",
16 "cart items",
17 "woocommerce",
18 "ecommerce",
19 "store",
20 "shop"
21 ],
22 "example": [],
23 "supports": {
24 "html": false,
25 "anchor": true
26 },
27 "textdomain": "ablocks",
28 "editorStyle": [
29 "ablocks-animate-style",
30 "ablocks-common-style"
31 ],
32 "editorScript": [
33 "ablocks-common-script"
34 ],
35 "attributes": {
36 "block_id": {
37 "type": "string",
38 "default": ""
39 },
40 "blockVersion": {
41 "type": "number",
42 "default": 2
43 },
44 "heading_color": {
45 "type": "string",
46 "default": ""
47 },
48 "heading_hover_color": {
49 "type": "string",
50 "default": ""
51 },
52 "address_hover_color": {
53 "type": "string",
54 "default": ""
55 },
56 "address_color": {
57 "type": "string",
58 "default": ""
59 },
60 "heading_typograhyGlobal": {
61 "type": "string",
62 "default": ""
63 },
64 "heading_typograhy": {
65 "type": "object",
66 "default": {
67 "fontFamily": "",
68 "weight": "",
69 "transform": "",
70 "style": "",
71 "decoration": "",
72 "fontSize": "",
73 "fontSizeUnit": "px",
74 "lineHeight": "",
75 "lineHeightUnit": "px",
76 "letterSpacing": "",
77 "letterSpacingUnit": "px",
78 "wordSpacing": "",
79 "wordSpacingUnit": "px",
80 "fontSizeTablet": "",
81 "fontSizeMobile": "",
82 "fontSizeUnitTablet": "px",
83 "fontSizeUnitMobile": "px",
84 "lineHeightTablet": "",
85 "lineHeightMobile": "",
86 "lineHeightUnitTablet": "px",
87 "lineHeightUnitMobile": "px",
88 "letterSpacingTablet": "",
89 "letterSpacingMobile": "",
90 "letterSpacingUnitTablet": "px",
91 "letterSpacingUnitMobile": "px",
92 "wordSpacingTablet": "",
93 "wordSpacingMobile": "",
94 "wordSpacingUnitTablet": "px",
95 "wordSpacingUnitMobile": "px"
96 }
97 },
98 "address_typograhyGlobal": {
99 "type": "string",
100 "default": ""
101 },
102 "address_typograhy": {
103 "type": "object",
104 "default": {
105 "fontFamily": "",
106 "weight": "",
107 "transform": "",
108 "style": "",
109 "decoration": "",
110 "fontSize": "",
111 "fontSizeUnit": "px",
112 "lineHeight": "",
113 "lineHeightUnit": "px",
114 "letterSpacing": "",
115 "letterSpacingUnit": "px",
116 "wordSpacing": "",
117 "wordSpacingUnit": "px",
118 "fontSizeTablet": "",
119 "fontSizeMobile": "",
120 "fontSizeUnitTablet": "px",
121 "fontSizeUnitMobile": "px",
122 "lineHeightTablet": "",
123 "lineHeightMobile": "",
124 "lineHeightUnitTablet": "px",
125 "lineHeightUnitMobile": "px",
126 "letterSpacingTablet": "",
127 "letterSpacingMobile": "",
128 "letterSpacingUnitTablet": "px",
129 "letterSpacingUnitMobile": "px",
130 "wordSpacingTablet": "",
131 "wordSpacingMobile": "",
132 "wordSpacingUnitTablet": "px",
133 "wordSpacingUnitMobile": "px"
134 }
135 },
136 "_margin": {
137 "type": "object",
138 "default": {
139 "isLinked": true,
140 "isLinkedTablet": true,
141 "isLinkedMobile": true,
142 "common": "",
143 "top": "",
144 "right": "",
145 "bottom": "",
146 "left": "",
147 "unit": "px",
148 "commonTablet": "",
149 "topTablet": "",
150 "rightTablet": "",
151 "bottomTablet": "",
152 "leftTablet": "",
153 "unitTablet": "",
154 "commonMobile": "",
155 "topMobile": "",
156 "rightMobile": "",
157 "bottomMobile": "",
158 "leftMobile": "",
159 "unitMobile": ""
160 }
161 },
162 "_padding": {
163 "type": "object",
164 "default": {
165 "isLinked": true,
166 "isLinkedTablet": true,
167 "isLinkedMobile": true,
168 "common": "",
169 "top": "",
170 "right": "",
171 "bottom": "",
172 "left": "",
173 "unit": "px",
174 "commonTablet": "",
175 "topTablet": "",
176 "rightTablet": "",
177 "bottomTablet": "",
178 "leftTablet": "",
179 "unitTablet": "",
180 "commonMobile": "",
181 "topMobile": "",
182 "rightMobile": "",
183 "bottomMobile": "",
184 "leftMobile": "",
185 "unitMobile": ""
186 }
187 },
188 "_width": {
189 "type": "object",
190 "default": {
191 "widthType": "default",
192 "widthTypeTablet": "",
193 "widthTypeMobile": "",
194 "customWidth": "",
195 "customWidthTablet": "",
196 "customWidthMobile": "",
197 "customWidthUnit": "%",
198 "customWidthUnitTablet": "",
199 "customWidthUnitMobile": ""
200 }
201 },
202 "_border": {
203 "type": "object",
204 "default": {
205 "borderStyle": "default",
206 "borderStyleH": "default",
207 "borderColor": "",
208 "borderColorH": "",
209 "isLinkedWidth": true,
210 "isLinkedWidthTablet": true,
211 "isLinkedWidthMobile": true,
212 "commonWidth": "",
213 "commonWidthTablet": "",
214 "commonWidthMobile": "",
215 "topWidth": "",
216 "rightWidth": "",
217 "bottomWidth": "",
218 "leftWidth": "",
219 "topWidthTablet": "",
220 "rightWidthTablet": "",
221 "bottomWidthTablet": "",
222 "leftWidthTablet": "",
223 "topWidthMobile": "",
224 "rightWidthMobile": "",
225 "bottomWidthMobile": "",
226 "leftWidthMobile": "",
227 "unitWidth": "px",
228 "unitWidthTablet": "",
229 "unitWidthMobile": "",
230 "isLinkedWidthH": true,
231 "isLinkedWidthHTablet": true,
232 "isLinkedWidthHMobile": true,
233 "commonWidthH": "",
234 "commonWidthHTablet": "",
235 "commonWidthHMobile": "",
236 "topWidthH": "",
237 "rightWidthH": "",
238 "bottomWidthH": "",
239 "leftWidthH": "",
240 "topWidthHTablet": "",
241 "rightWidthHTablet": "",
242 "bottomWidthHTablet": "",
243 "leftWidthHTablet": "",
244 "topWidthHMobile": "",
245 "rightWidthHMobile": "",
246 "bottomWidthHMobile": "",
247 "leftWidthHMobile": "",
248 "unitWidthH": "px",
249 "unitWidthHTablet": "",
250 "unitWidthHMobile": "",
251 "isLinkedRadius": true,
252 "isLinkedRadiusTablet": true,
253 "isLinkedRadiusMobile": true,
254 "commonRadius": "",
255 "commonRadiusTablet": "",
256 "commonRadiusMobile": "",
257 "topRadius": "",
258 "rightRadius": "",
259 "bottomRadius": "",
260 "leftRadius": "",
261 "topRadiusTablet": "",
262 "rightRadiusTablet": "",
263 "bottomRadiusTablet": "",
264 "leftRadiusTablet": "",
265 "topRadiusMobile": "",
266 "rightRadiusMobile": "",
267 "bottomRadiusMobile": "",
268 "leftRadiusMobile": "",
269 "unitRadius": "px",
270 "unitRadiusTablet": "",
271 "unitRadiusMobile": "",
272 "isLinkedRadiusH": true,
273 "isLinkedRadiusHTablet": true,
274 "isLinkedRadiusHMobile": true,
275 "commonRadiusH": "",
276 "commonRadiusHTablet": "",
277 "commonRadiusHMobile": "",
278 "topRadiusH": "",
279 "rightRadiusH": "",
280 "bottomRadiusH": "",
281 "leftRadiusH": "",
282 "topRadiusHTablet": "",
283 "rightRadiusHTablet": "",
284 "bottomRadiusHTablet": "",
285 "leftRadiusHTablet": "",
286 "topRadiusHMobile": "",
287 "rightRadiusHMobile": "",
288 "bottomRadiusHMobile": "",
289 "leftRadiusHMobile": "",
290 "unitRadiusH": "px",
291 "unitRadiusHTablet": "",
292 "unitRadiusHMobile": "",
293 "transitionDuration": ""
294 }
295 },
296 "_position": {
297 "type": "object",
298 "default": {
299 "positionType": "relative",
300 "positionTypeTablet": "",
301 "positionTypeMobile": "",
302 "hOrientation": "",
303 "hOffset": "",
304 "hOffsetTablet": "",
305 "hOffsetMobile": "",
306 "hOffsetUnit": "px",
307 "hOffsetUnitTablet": "px",
308 "hOffsetUnitMobile": "px",
309 "vOrientation": "",
310 "vOffset": "",
311 "vOffsetTablet": "",
312 "vOffsetMobile": "",
313 "vOffsetUnit": "px",
314 "vOffsetUnitTablet": "px",
315 "vOffsetUnitMobile": "px"
316 }
317 },
318 "_background": {
319 "type": "object",
320 "default": {
321 "backgroundType": "none",
322 "backgroundTypeH": "none",
323 "backgroundColor": "",
324 "backgroundColorH": "",
325 "imgId": "",
326 "imgIdTablet": "",
327 "imgIdMobile": "",
328 "imgUrl": "",
329 "imgUrlTablet": "",
330 "imgUrlMobile": "",
331 "imgSize": "",
332 "imgSizeTablet": "",
333 "imgSizeMobile": "",
334 "imgPosition": "",
335 "imgPositionTablet": "",
336 "imgPositionMobile": "",
337 "imgXPositionUnit": "px",
338 "imgXPositionUnitTablet": "",
339 "imgXPositionUnitMobile": "",
340 "imgXPosition": "",
341 "imgXPositionTablet": "",
342 "imgXPositionMobile": "",
343 "imgYPositionUnit": "px",
344 "imgYPositionUnitTablet": "",
345 "imgYPositionUnitMobile": "",
346 "imgYPosition": "",
347 "imgYPositionTablet": "",
348 "imgYPositionMobile": "",
349 "imgAttachment": "",
350 "imgRepeat": "",
351 "imgRepeatTablet": "",
352 "imgRepeatMobile": "",
353 "imgDisplaySize": "",
354 "imgDisplaySizeTablet": "",
355 "imgDisplaySizeMobile": "",
356 "imgDisplaySizeWidth": "",
357 "imgDisplaySizeWidthTablet": "",
358 "imgDisplaySizeWidthMobile": "",
359 "imgDisplaySizeWidthUnit": "px",
360 "imgDisplaySizeWidthUnitTablet": "",
361 "imgDisplaySizeWidthUnitMobile": "",
362 "imgIdH": "",
363 "imgIdTabletH": "",
364 "imgIdMobileH": "",
365 "imgUrlH": "",
366 "imgUrlHTablet": "",
367 "imgUrlHMobile": "",
368 "imgSizeH": "",
369 "imgSizeHTablet": "",
370 "imgSizeHMobile": "",
371 "imgPositionH": "",
372 "imgPositionHTablet": "",
373 "imgPositionHMobile": "",
374 "imgXPositionUnitH": "px",
375 "imgXPositionUnitHTablet": "",
376 "imgXPositionUnitHMobile": "",
377 "imgXPositionH": "",
378 "imgXPositionHTablet": "",
379 "imgXPositionHMobile": "",
380 "imgYPositionUnitH": "px",
381 "imgYPositionUnitHTablet": "",
382 "imgYPositionUnitHMobile": "",
383 "imgYPositionH": "",
384 "imgYPositionHTablet": "",
385 "imgYPositionHMobile": "",
386 "imgAttachmentH": "",
387 "imgRepeatH": "",
388 "imgRepeatHTablet": "",
389 "imgRepeatHMobile": "",
390 "imgDisplaySizeH": "",
391 "imgDisplaySizeHTablet": "",
392 "imgDisplaySizeHMobile": "",
393 "imgDisplaySizeWidthH": "",
394 "imgDisplaySizeWidthHTablet": "",
395 "imgDisplaySizeWidthHMobile": "",
396 "imgDisplaySizeWidthHUnit": "px",
397 "imgDisplaySizeWidthHUnitTablet": "",
398 "imgDisplaySizeWidthHUnitMobile": "",
399 "transitionDuration": "",
400 "videoUrl": "",
401 "youtubeURL": "",
402 "vimeoURL": "",
403 "selfHostedURL": "",
404 "externalLink": false,
405 "videoSource": "none",
406 "videoPlayOnce": "",
407 "videoStartTime": "",
408 "videoEndTime": "",
409 "playOnMobile": "",
410 "videoPrivacyMode": "",
411 "fallbackImageUrl": ""
412 }
413 },
414 "_zIndex": {
415 "type": "object",
416 "default": {
417 "zIndex": "",
418 "zIndexTablet": "",
419 "zIndexMobile": ""
420 }
421 },
422 "_transform": {
423 "type": "object",
424 "default": {
425 "rotate": "",
426 "rotateTablet": "",
427 "rotateMobile": "",
428 "rotate3D": false,
429 "rotate3DTablet": false,
430 "rotate3DMobile": false,
431 "rotateX": "",
432 "rotateXTablet": "",
433 "rotateXMobile": "",
434 "rotateY": "",
435 "rotateYTablet": "",
436 "rotateYMobile": "",
437 "rotateP": "",
438 "rotatePTablet": "",
439 "rotatePMobile": "",
440 "offsetX": "",
441 "offsetXTablet": "",
442 "offsetXMobile": "",
443 "offsetXUnit": "px",
444 "offsetXUnitTablet": "px",
445 "offsetXUnitMobile": "px",
446 "offsetY": "",
447 "offsetYTablet": "",
448 "offsetYMobile": "",
449 "offsetYUnit": "px",
450 "offsetYUnitTablet": "px",
451 "offsetYUnitMobile": "px",
452 "scaleProportions": false,
453 "scale": "",
454 "scaleTablet": "",
455 "scaleMobile": "",
456 "scaleX": "",
457 "scaleXTablet": "",
458 "scaleXMobile": "",
459 "scaleY": "",
460 "scaleYTablet": "",
461 "scaleYMobile": "",
462 "skewX": "",
463 "skewXTablet": "",
464 "skewXMobile": "",
465 "skewY": "",
466 "skewYTablet": "",
467 "skewYMobile": "",
468 "flipHorizontal": false,
469 "flipVertical": false,
470 "xAnchorPoint": "",
471 "xAnchorPointTablet": "",
472 "xAnchorPointMobile": "",
473 "yAnchorPoint": "",
474 "yAnchorPointTablet": "",
475 "yAnchorPointMobile": "",
476 "rotateH": "",
477 "rotateHTablet": "",
478 "rotateHMobile": "",
479 "rotate3DH": false,
480 "rotate3DHTablet": false,
481 "rotate3DHMobile": false,
482 "rotateXH": "",
483 "rotateXHTablet": "",
484 "rotateXHMobile": "",
485 "rotateYH": "",
486 "rotateYHTablet": "",
487 "rotateYHMobile": "",
488 "rotatePH": "",
489 "rotatePHTablet": "",
490 "rotatePHMobile": "",
491 "offsetXH": "",
492 "offsetXHTablet": "",
493 "offsetXHMobile": "",
494 "offsetXHUnit": "px",
495 "offsetXHUnitTablet": "px",
496 "offsetXHUnitMobile": "px",
497 "offsetYH": "",
498 "offsetYHTablet": "",
499 "offsetYHMobile": "",
500 "offsetYHUnit": "px",
501 "offsetYHUnitTablet": "px",
502 "offsetYHUnitMobile": "px",
503 "scaleProportionsH": false,
504 "scaleH": "",
505 "scaleHTablet": "",
506 "scaleHMobile": "",
507 "scaleXH": "",
508 "scaleXHTablet": "",
509 "scaleXHMobile": "",
510 "scaleYH": "",
511 "scaleYHTablet": "",
512 "scaleYHMobile": "",
513 "skewXH": "",
514 "skewXHTablet": "",
515 "skewXHMobile": "",
516 "skewYH": "",
517 "skewYHTablet": "",
518 "skewYHMobile": "",
519 "flipHorizontalH": false,
520 "flipVerticalH": false,
521 "xAnchorPointH": "",
522 "xAnchorPointHTablet": "",
523 "xAnchorPointHMobile": "",
524 "yAnchorPointH": "",
525 "yAnchorPointHTablet": "",
526 "yAnchorPointHMobile": "",
527 "transitionH": ""
528 }
529 },
530 "_mask": {
531 "type": "object",
532 "default": {
533 "mask": false,
534 "maskTablet": false,
535 "maskMobile": false,
536 "maskShape": "circle",
537 "customMaskShape": "",
538 "maskSize": "",
539 "maskSizeTablet": "",
540 "maskSizeMobile": "",
541 "maskPosition": "",
542 "maskPositionTablet": "",
543 "maskPositionMobile": "",
544 "maskRepeat": "",
545 "maskRepeatTablet": "",
546 "maskRepeatMobile": "",
547 "scaleUnit": "px",
548 "scaleUnitTablet": "px",
549 "scaleUnitMobile": "px",
550 "scale": "0",
551 "scaleTablet": "0",
552 "scaleMobile": "0",
553 "xPositionUnit": "px",
554 "xPositionUnitTablet": "px",
555 "xPositionUnitMobile": "px",
556 "xPosition": "",
557 "xPositionTablet": "0",
558 "xPositionMobile": "0",
559 "yPositionUnit": "px",
560 "yPositionUnitTablet": "px",
561 "yPositionUnitMobile": "px",
562 "yPosition": "0",
563 "yPositionTablet": "0",
564 "yPositionMobile": "0"
565 }
566 },
567 "_animation": {
568 "type": "object",
569 "default": {
570 "animationType": "",
571 "animationTypeTablet": "",
572 "animationTypeMobile": "",
573 "animationDuration": "",
574 "animationDelay": ""
575 }
576 },
577 "_boxShadow": {
578 "type": "object",
579 "default": {
580 "preset": "",
581 "shadowType": "default",
582 "shadow": "",
583 "horizontal": "",
584 "vertical": "",
585 "blur": "",
586 "spread": "",
587 "color": "",
588 "presetH": "",
589 "shadowTypeH": "default",
590 "shadowH": "",
591 "horizontalH": "",
592 "verticalH": "",
593 "blurH": "",
594 "spreadH": "",
595 "colorH": "",
596 "transitionDuration": "0"
597 }
598 },
599 "_gsapAnimation": {
600 "type": "object",
601 "default": {
602 "animationType": "none",
603 "duration": 1,
604 "delay": 0,
605 "triggerType": "scroll",
606 "ease": "none",
607 "x": 0,
608 "y": 0,
609 "rotation": 0,
610 "rotationY": 0,
611 "opacity": 1,
612 "xTo": 0,
613 "yTo": 0,
614 "rotationTo": 0,
615 "rotationYTo": 0,
616 "opacityTo": 1,
617 "easeTo": "none",
618 "loops": false,
619 "numberOfRepeat": 0,
620 "isSmooth": true,
621 "startPoint": 80,
622 "endPoint": 10
623 }
624 },
625 "_hide_on_desktop": {
626 "type": "boolean",
627 "default": false
628 },
629 "_hide_on_tablet": {
630 "type": "boolean",
631 "default": false
632 },
633 "_hide_on_mobile": {
634 "type": "boolean",
635 "default": false
636 },
637 "_custom_css": {
638 "type": "string",
639 "default": ""
640 },
641 "_animation_element_trigger": {
642 "type": "array",
643 "default": [],
644 "items": {
645 "type": "object"
646 }
647 },
648 "_animation_page_trigger": {
649 "type": "array",
650 "default": [],
651 "items": {
652 "type": "object"
653 }
654 }
655 }
656 }