PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.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 1.1.2 All 80 releases
ablocks / assets / build / blocks / progress-tracker / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.9.0, at assets/build/blocks/progress-tracker/block.json

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