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
← All changes | assets/build/blocks/frontend-dashboard/block.json +1148 -0 2.7.4 → 2.14.0 View file →
@@ -1,0 +1,1148 @@
1 +{
2 + "$schema": "https://schemas.wp.org/trunk/block.json",
3 + "apiVersion": 3,
4 + "name": "ablocks/frontend-dashboard",
5 + "version": "0.1.0",
6 + "title": "Frontend Dashboard",
7 + "category": "ablocks",
8 + "description": "User Dashboard",
9 + "keywords": [
10 + "ablocks",
11 + "dashboard",
12 + "user-dashboard",
13 + "frontend-dashboard"
14 + ],
15 + "example": [],
16 + "supports": {
17 + "html": false,
18 + "anchor": true
19 + },
20 + "textdomain": "ablocks",
21 + "editorStyle": [
22 + "ablocks-animate-style",
23 + "ablocks-common-style",
24 + "file:./style.css"
25 + ],
26 + "editorScript": [
27 + "ablocks-common-script"
28 + ],
29 + "attributes": {
30 + "block_id": {
31 + "type": "string",
32 + "default": ""
33 + },
34 + "dashboard_page": {
35 + "type": "string",
36 + "default": ""
37 + },
38 + "sidebarBackground": {
39 + "type": "string",
40 + "default": ""
41 + },
42 + "sidebarUserBackground": {
43 + "type": "string",
44 + "default": ""
45 + },
46 + "contentBackground": {
47 + "type": "string",
48 + "default": ""
49 + },
50 + "userTextColor": {
51 + "type": "string",
52 + "default": ""
53 + },
54 + "breadcrumbColor": {
55 + "type": "string",
56 + "default": ""
57 + },
58 + "menuListActiveBackground": {
59 + "type": "string",
60 + "default": ""
61 + },
62 + "menuListActiveTextColor": {
63 + "type": "string",
64 + "default": ""
65 + },
66 + "menuListHoverBackground": {
67 + "type": "string",
68 + "default": ""
69 + },
70 + "menuListHoverTextColor": {
71 + "type": "string",
72 + "default": ""
73 + },
74 + "menuListBackground": {
75 + "type": "string",
76 + "default": ""
77 + },
78 + "menuListTextColor": {
79 + "type": "string",
80 + "default": ""
81 + },
82 + "bothGap": {
83 + "type": "number",
84 + "default": 30
85 + },
86 + "sidebarBorder": {
87 + "type": "object",
88 + "default": {
89 + "borderStyle": "default",
90 + "borderStyleH": "default",
91 + "borderColor": "",
92 + "borderColorH": "",
93 + "isLinkedWidth": true,
94 + "isLinkedWidthTablet": true,
95 + "isLinkedWidthMobile": true,
96 + "commonWidth": "",
97 + "commonWidthTablet": "",
98 + "commonWidthMobile": "",
99 + "topWidth": "",
100 + "rightWidth": "",
101 + "bottomWidth": "",
102 + "leftWidth": "",
103 + "topWidthTablet": "",
104 + "rightWidthTablet": "",
105 + "bottomWidthTablet": "",
106 + "leftWidthTablet": "",
107 + "topWidthMobile": "",
108 + "rightWidthMobile": "",
109 + "bottomWidthMobile": "",
110 + "leftWidthMobile": "",
111 + "unitWidth": "px",
112 + "unitWidthTablet": "",
113 + "unitWidthMobile": "",
114 + "isLinkedWidthH": true,
115 + "isLinkedWidthHTablet": true,
116 + "isLinkedWidthHMobile": true,
117 + "commonWidthH": "",
118 + "commonWidthHTablet": "",
119 + "commonWidthHMobile": "",
120 + "topWidthH": "",
121 + "rightWidthH": "",
122 + "bottomWidthH": "",
123 + "leftWidthH": "",
124 + "topWidthHTablet": "",
125 + "rightWidthHTablet": "",
126 + "bottomWidthHTablet": "",
127 + "leftWidthHTablet": "",
128 + "topWidthHMobile": "",
129 + "rightWidthHMobile": "",
130 + "bottomWidthHMobile": "",
131 + "leftWidthHMobile": "",
132 + "unitWidthH": "px",
133 + "unitWidthHTablet": "",
134 + "unitWidthHMobile": "",
135 + "isLinkedRadius": true,
136 + "isLinkedRadiusTablet": true,
137 + "isLinkedRadiusMobile": true,
138 + "commonRadius": "",
139 + "commonRadiusTablet": "",
140 + "commonRadiusMobile": "",
141 + "topRadius": "",
142 + "rightRadius": "",
143 + "bottomRadius": "",
144 + "leftRadius": "",
145 + "topRadiusTablet": "",
146 + "rightRadiusTablet": "",
147 + "bottomRadiusTablet": "",
148 + "leftRadiusTablet": "",
149 + "topRadiusMobile": "",
150 + "rightRadiusMobile": "",
151 + "bottomRadiusMobile": "",
152 + "leftRadiusMobile": "",
153 + "unitRadius": "px",
154 + "unitRadiusTablet": "",
155 + "unitRadiusMobile": "",
156 + "isLinkedRadiusH": true,
157 + "isLinkedRadiusHTablet": true,
158 + "isLinkedRadiusHMobile": true,
159 + "commonRadiusH": "",
160 + "commonRadiusHTablet": "",
161 + "commonRadiusHMobile": "",
162 + "topRadiusH": "",
163 + "rightRadiusH": "",
164 + "bottomRadiusH": "",
165 + "leftRadiusH": "",
166 + "topRadiusHTablet": "",
167 + "rightRadiusHTablet": "",
168 + "bottomRadiusHTablet": "",
169 + "leftRadiusHTablet": "",
170 + "topRadiusHMobile": "",
171 + "rightRadiusHMobile": "",
172 + "bottomRadiusHMobile": "",
173 + "leftRadiusHMobile": "",
174 + "unitRadiusH": "px",
175 + "unitRadiusHTablet": "",
176 + "unitRadiusHMobile": "",
177 + "transitionDuration": ""
178 + }
179 + },
180 + "userSidebarBorder": {
181 + "type": "object",
182 + "default": {
183 + "borderStyle": "default",
184 + "borderStyleH": "default",
185 + "borderColor": "",
186 + "borderColorH": "",
187 + "isLinkedWidth": true,
188 + "isLinkedWidthTablet": true,
189 + "isLinkedWidthMobile": true,
190 + "commonWidth": "",
191 + "commonWidthTablet": "",
192 + "commonWidthMobile": "",
193 + "topWidth": "",
194 + "rightWidth": "",
195 + "bottomWidth": "",
196 + "leftWidth": "",
197 + "topWidthTablet": "",
198 + "rightWidthTablet": "",
199 + "bottomWidthTablet": "",
200 + "leftWidthTablet": "",
201 + "topWidthMobile": "",
202 + "rightWidthMobile": "",
203 + "bottomWidthMobile": "",
204 + "leftWidthMobile": "",
205 + "unitWidth": "px",
206 + "unitWidthTablet": "",
207 + "unitWidthMobile": "",
208 + "isLinkedWidthH": true,
209 + "isLinkedWidthHTablet": true,
210 + "isLinkedWidthHMobile": true,
211 + "commonWidthH": "",
212 + "commonWidthHTablet": "",
213 + "commonWidthHMobile": "",
214 + "topWidthH": "",
215 + "rightWidthH": "",
216 + "bottomWidthH": "",
217 + "leftWidthH": "",
218 + "topWidthHTablet": "",
219 + "rightWidthHTablet": "",
220 + "bottomWidthHTablet": "",
221 + "leftWidthHTablet": "",
222 + "topWidthHMobile": "",
223 + "rightWidthHMobile": "",
224 + "bottomWidthHMobile": "",
225 + "leftWidthHMobile": "",
226 + "unitWidthH": "px",
227 + "unitWidthHTablet": "",
228 + "unitWidthHMobile": "",
229 + "isLinkedRadius": true,
230 + "isLinkedRadiusTablet": true,
231 + "isLinkedRadiusMobile": true,
232 + "commonRadius": "",
233 + "commonRadiusTablet": "",
234 + "commonRadiusMobile": "",
235 + "topRadius": "",
236 + "rightRadius": "",
237 + "bottomRadius": "",
238 + "leftRadius": "",
239 + "topRadiusTablet": "",
240 + "rightRadiusTablet": "",
241 + "bottomRadiusTablet": "",
242 + "leftRadiusTablet": "",
243 + "topRadiusMobile": "",
244 + "rightRadiusMobile": "",
245 + "bottomRadiusMobile": "",
246 + "leftRadiusMobile": "",
247 + "unitRadius": "px",
248 + "unitRadiusTablet": "",
249 + "unitRadiusMobile": "",
250 + "isLinkedRadiusH": true,
251 + "isLinkedRadiusHTablet": true,
252 + "isLinkedRadiusHMobile": true,
253 + "commonRadiusH": "",
254 + "commonRadiusHTablet": "",
255 + "commonRadiusHMobile": "",
256 + "topRadiusH": "",
257 + "rightRadiusH": "",
258 + "bottomRadiusH": "",
259 + "leftRadiusH": "",
260 + "topRadiusHTablet": "",
261 + "rightRadiusHTablet": "",
262 + "bottomRadiusHTablet": "",
263 + "leftRadiusHTablet": "",
264 + "topRadiusHMobile": "",
265 + "rightRadiusHMobile": "",
266 + "bottomRadiusHMobile": "",
267 + "leftRadiusHMobile": "",
268 + "unitRadiusH": "px",
269 + "unitRadiusHTablet": "",
270 + "unitRadiusHMobile": "",
271 + "transitionDuration": ""
272 + }
273 + },
274 + "menuListBorder": {
275 + "type": "object",
276 + "default": {
277 + "borderStyle": "default",
278 + "borderStyleH": "default",
279 + "borderColor": "",
280 + "borderColorH": "",
281 + "isLinkedWidth": true,
282 + "isLinkedWidthTablet": true,
283 + "isLinkedWidthMobile": true,
284 + "commonWidth": "",
285 + "commonWidthTablet": "",
286 + "commonWidthMobile": "",
287 + "topWidth": "",
288 + "rightWidth": "",
289 + "bottomWidth": "",
290 + "leftWidth": "",
291 + "topWidthTablet": "",
292 + "rightWidthTablet": "",
293 + "bottomWidthTablet": "",
294 + "leftWidthTablet": "",
295 + "topWidthMobile": "",
296 + "rightWidthMobile": "",
297 + "bottomWidthMobile": "",
298 + "leftWidthMobile": "",
299 + "unitWidth": "px",
300 + "unitWidthTablet": "",
301 + "unitWidthMobile": "",
302 + "isLinkedWidthH": true,
303 + "isLinkedWidthHTablet": true,
304 + "isLinkedWidthHMobile": true,
305 + "commonWidthH": "",
306 + "commonWidthHTablet": "",
307 + "commonWidthHMobile": "",
308 + "topWidthH": "",
309 + "rightWidthH": "",
310 + "bottomWidthH": "",
311 + "leftWidthH": "",
312 + "topWidthHTablet": "",
313 + "rightWidthHTablet": "",
314 + "bottomWidthHTablet": "",
315 + "leftWidthHTablet": "",
316 + "topWidthHMobile": "",
317 + "rightWidthHMobile": "",
318 + "bottomWidthHMobile": "",
319 + "leftWidthHMobile": "",
320 + "unitWidthH": "px",
321 + "unitWidthHTablet": "",
322 + "unitWidthHMobile": "",
323 + "isLinkedRadius": true,
324 + "isLinkedRadiusTablet": true,
325 + "isLinkedRadiusMobile": true,
326 + "commonRadius": "",
327 + "commonRadiusTablet": "",
328 + "commonRadiusMobile": "",
329 + "topRadius": "",
330 + "rightRadius": "",
331 + "bottomRadius": "",
332 + "leftRadius": "",
333 + "topRadiusTablet": "",
334 + "rightRadiusTablet": "",
335 + "bottomRadiusTablet": "",
336 + "leftRadiusTablet": "",
337 + "topRadiusMobile": "",
338 + "rightRadiusMobile": "",
339 + "bottomRadiusMobile": "",
340 + "leftRadiusMobile": "",
341 + "unitRadius": "px",
342 + "unitRadiusTablet": "",
343 + "unitRadiusMobile": "",
344 + "isLinkedRadiusH": true,
345 + "isLinkedRadiusHTablet": true,
346 + "isLinkedRadiusHMobile": true,
347 + "commonRadiusH": "",
348 + "commonRadiusHTablet": "",
349 + "commonRadiusHMobile": "",
350 + "topRadiusH": "",
351 + "rightRadiusH": "",
352 + "bottomRadiusH": "",
353 + "leftRadiusH": "",
354 + "topRadiusHTablet": "",
355 + "rightRadiusHTablet": "",
356 + "bottomRadiusHTablet": "",
357 + "leftRadiusHTablet": "",
358 + "topRadiusHMobile": "",
359 + "rightRadiusHMobile": "",
360 + "bottomRadiusHMobile": "",
361 + "leftRadiusHMobile": "",
362 + "unitRadiusH": "px",
363 + "unitRadiusHTablet": "",
364 + "unitRadiusHMobile": "",
365 + "transitionDuration": ""
366 + }
367 + },
368 + "contentBorder": {
369 + "type": "object",
370 + "default": {
371 + "borderStyle": "default",
372 + "borderStyleH": "default",
373 + "borderColor": "",
374 + "borderColorH": "",
375 + "isLinkedWidth": true,
376 + "isLinkedWidthTablet": true,
377 + "isLinkedWidthMobile": true,
378 + "commonWidth": "",
379 + "commonWidthTablet": "",
380 + "commonWidthMobile": "",
381 + "topWidth": "",
382 + "rightWidth": "",
383 + "bottomWidth": "",
384 + "leftWidth": "",
385 + "topWidthTablet": "",
386 + "rightWidthTablet": "",
387 + "bottomWidthTablet": "",
388 + "leftWidthTablet": "",
389 + "topWidthMobile": "",
390 + "rightWidthMobile": "",
391 + "bottomWidthMobile": "",
392 + "leftWidthMobile": "",
393 + "unitWidth": "px",
394 + "unitWidthTablet": "",
395 + "unitWidthMobile": "",
396 + "isLinkedWidthH": true,
397 + "isLinkedWidthHTablet": true,
398 + "isLinkedWidthHMobile": true,
399 + "commonWidthH": "",
400 + "commonWidthHTablet": "",
401 + "commonWidthHMobile": "",
402 + "topWidthH": "",
403 + "rightWidthH": "",
404 + "bottomWidthH": "",
405 + "leftWidthH": "",
406 + "topWidthHTablet": "",
407 + "rightWidthHTablet": "",
408 + "bottomWidthHTablet": "",
409 + "leftWidthHTablet": "",
410 + "topWidthHMobile": "",
411 + "rightWidthHMobile": "",
412 + "bottomWidthHMobile": "",
413 + "leftWidthHMobile": "",
414 + "unitWidthH": "px",
415 + "unitWidthHTablet": "",
416 + "unitWidthHMobile": "",
417 + "isLinkedRadius": true,
418 + "isLinkedRadiusTablet": true,
419 + "isLinkedRadiusMobile": true,
420 + "commonRadius": "",
421 + "commonRadiusTablet": "",
422 + "commonRadiusMobile": "",
423 + "topRadius": "",
424 + "rightRadius": "",
425 + "bottomRadius": "",
426 + "leftRadius": "",
427 + "topRadiusTablet": "",
428 + "rightRadiusTablet": "",
429 + "bottomRadiusTablet": "",
430 + "leftRadiusTablet": "",
431 + "topRadiusMobile": "",
432 + "rightRadiusMobile": "",
433 + "bottomRadiusMobile": "",
434 + "leftRadiusMobile": "",
435 + "unitRadius": "px",
436 + "unitRadiusTablet": "",
437 + "unitRadiusMobile": "",
438 + "isLinkedRadiusH": true,
439 + "isLinkedRadiusHTablet": true,
440 + "isLinkedRadiusHMobile": true,
441 + "commonRadiusH": "",
442 + "commonRadiusHTablet": "",
443 + "commonRadiusHMobile": "",
444 + "topRadiusH": "",
445 + "rightRadiusH": "",
446 + "bottomRadiusH": "",
447 + "leftRadiusH": "",
448 + "topRadiusHTablet": "",
449 + "rightRadiusHTablet": "",
450 + "bottomRadiusHTablet": "",
451 + "leftRadiusHTablet": "",
452 + "topRadiusHMobile": "",
453 + "rightRadiusHMobile": "",
454 + "bottomRadiusHMobile": "",
455 + "leftRadiusHMobile": "",
456 + "unitRadiusH": "px",
457 + "unitRadiusHTablet": "",
458 + "unitRadiusHMobile": "",
459 + "transitionDuration": ""
460 + }
461 + },
462 + "userTypographyGlobal": {
463 + "type": "string",
464 + "default": ""
465 + },
466 + "userTypography": {
467 + "type": "object",
468 + "default": {
469 + "fontFamily": "",
470 + "weight": "",
471 + "transform": "",
472 + "style": "",
473 + "decoration": "",
474 + "fontSize": "",
475 + "fontSizeUnit": "px",
476 + "lineHeight": "",
477 + "lineHeightUnit": "px",
478 + "letterSpacing": "",
479 + "letterSpacingUnit": "px",
480 + "wordSpacing": "",
481 + "wordSpacingUnit": "px",
482 + "fontSizeTablet": "",
483 + "fontSizeMobile": "",
484 + "fontSizeUnitTablet": "px",
485 + "fontSizeUnitMobile": "px",
486 + "lineHeightTablet": "",
487 + "lineHeightMobile": "",
488 + "lineHeightUnitTablet": "px",
489 + "lineHeightUnitMobile": "px",
490 + "letterSpacingTablet": "",
491 + "letterSpacingMobile": "",
492 + "letterSpacingUnitTablet": "px",
493 + "letterSpacingUnitMobile": "px",
494 + "wordSpacingTablet": "",
495 + "wordSpacingMobile": "",
496 + "wordSpacingUnitTablet": "px",
497 + "wordSpacingUnitMobile": "px"
498 + }
499 + },
500 + "breadcrumbtTypographyGlobal": {
501 + "type": "string",
502 + "default": ""
503 + },
504 + "breadcrumbtTypography": {
505 + "type": "object",
506 + "default": {
507 + "fontFamily": "",
508 + "weight": "",
509 + "transform": "",
510 + "style": "",
511 + "decoration": "",
512 + "fontSize": "",
513 + "fontSizeUnit": "px",
514 + "lineHeight": "",
515 + "lineHeightUnit": "px",
516 + "letterSpacing": "",
517 + "letterSpacingUnit": "px",
518 + "wordSpacing": "",
519 + "wordSpacingUnit": "px",
520 + "fontSizeTablet": "",
521 + "fontSizeMobile": "",
522 + "fontSizeUnitTablet": "px",
523 + "fontSizeUnitMobile": "px",
524 + "lineHeightTablet": "",
525 + "lineHeightMobile": "",
526 + "lineHeightUnitTablet": "px",
527 + "lineHeightUnitMobile": "px",
528 + "letterSpacingTablet": "",
529 + "letterSpacingMobile": "",
530 + "letterSpacingUnitTablet": "px",
531 + "letterSpacingUnitMobile": "px",
532 + "wordSpacingTablet": "",
533 + "wordSpacingMobile": "",
534 + "wordSpacingUnitTablet": "px",
535 + "wordSpacingUnitMobile": "px"
536 + }
537 + },
538 + "menuListTypographyGlobal": {
539 + "type": "string",
540 + "default": ""
541 + },
542 + "menuListTypography": {
543 + "type": "object",
544 + "default": {
545 + "fontFamily": "",
546 + "weight": "",
547 + "transform": "",
548 + "style": "",
549 + "decoration": "",
550 + "fontSize": "",
551 + "fontSizeUnit": "px",
552 + "lineHeight": "",
553 + "lineHeightUnit": "px",
554 + "letterSpacing": "",
555 + "letterSpacingUnit": "px",
556 + "wordSpacing": "",
557 + "wordSpacingUnit": "px",
558 + "fontSizeTablet": "",
559 + "fontSizeMobile": "",
560 + "fontSizeUnitTablet": "px",
561 + "fontSizeUnitMobile": "px",
562 + "lineHeightTablet": "",
563 + "lineHeightMobile": "",
564 + "lineHeightUnitTablet": "px",
565 + "lineHeightUnitMobile": "px",
566 + "letterSpacingTablet": "",
567 + "letterSpacingMobile": "",
568 + "letterSpacingUnitTablet": "px",
569 + "letterSpacingUnitMobile": "px",
570 + "wordSpacingTablet": "",
571 + "wordSpacingMobile": "",
572 + "wordSpacingUnitTablet": "px",
573 + "wordSpacingUnitMobile": "px"
574 + }
575 + },
576 + "menuListPadding": {
577 + "type": "object",
578 + "default": {
579 + "isLinked": true,
580 + "isLinkedTablet": true,
581 + "isLinkedMobile": true,
582 + "common": "",
583 + "top": "",
584 + "right": "",
585 + "bottom": "",
586 + "left": "",
587 + "unit": "px",
588 + "commonTablet": "",
589 + "topTablet": "",
590 + "rightTablet": "",
591 + "bottomTablet": "",
592 + "leftTablet": "",
593 + "unitTablet": "",
594 + "commonMobile": "",
595 + "topMobile": "",
596 + "rightMobile": "",
597 + "bottomMobile": "",
598 + "leftMobile": "",
599 + "unitMobile": ""
600 + }
601 + },
602 + "contentPadding": {
603 + "type": "object",
604 + "default": {
605 + "isLinked": true,
606 + "isLinkedTablet": true,
607 + "isLinkedMobile": true,
608 + "common": "",
609 + "top": "",
610 + "right": "",
611 + "bottom": "",
612 + "left": "",
613 + "unit": "px",
614 + "commonTablet": "",
615 + "topTablet": "",
616 + "rightTablet": "",
617 + "bottomTablet": "",
618 + "leftTablet": "",
619 + "unitTablet": "",
620 + "commonMobile": "",
621 + "topMobile": "",
622 + "rightMobile": "",
623 + "bottomMobile": "",
624 + "leftMobile": "",
625 + "unitMobile": ""
626 + }
627 + },
628 + "_margin": {
629 + "type": "object",
630 + "default": {
631 + "isLinked": true,
632 + "isLinkedTablet": true,
633 + "isLinkedMobile": true,
634 + "common": "",
635 + "top": "",
636 + "right": "",
637 + "bottom": "",
638 + "left": "",
639 + "unit": "px",
640 + "commonTablet": "",
641 + "topTablet": "",
642 + "rightTablet": "",
643 + "bottomTablet": "",
644 + "leftTablet": "",
645 + "unitTablet": "",
646 + "commonMobile": "",
647 + "topMobile": "",
648 + "rightMobile": "",
649 + "bottomMobile": "",
650 + "leftMobile": "",
651 + "unitMobile": ""
652 + }
653 + },
654 + "_padding": {
655 + "type": "object",
656 + "default": {
657 + "isLinked": true,
658 + "isLinkedTablet": true,
659 + "isLinkedMobile": true,
660 + "common": "",
661 + "top": "",
662 + "right": "",
663 + "bottom": "",
664 + "left": "",
665 + "unit": "px",
666 + "commonTablet": "",
667 + "topTablet": "",
668 + "rightTablet": "",
669 + "bottomTablet": "",
670 + "leftTablet": "",
671 + "unitTablet": "",
672 + "commonMobile": "",
673 + "topMobile": "",
674 + "rightMobile": "",
675 + "bottomMobile": "",
676 + "leftMobile": "",
677 + "unitMobile": ""
678 + }
679 + },
680 + "_width": {
681 + "type": "object",
682 + "default": {
683 + "widthType": "default",
684 + "widthTypeTablet": "",
685 + "widthTypeMobile": "",
686 + "customWidth": "",
687 + "customWidthTablet": "",
688 + "customWidthMobile": "",
689 + "customWidthUnit": "%",
690 + "customWidthUnitTablet": "",
691 + "customWidthUnitMobile": ""
692 + }
693 + },
694 + "_border": {
695 + "type": "object",
696 + "default": {
697 + "borderStyle": "default",
698 + "borderStyleH": "default",
699 + "borderColor": "",
700 + "borderColorH": "",
701 + "isLinkedWidth": true,
702 + "isLinkedWidthTablet": true,
703 + "isLinkedWidthMobile": true,
704 + "commonWidth": "",
705 + "commonWidthTablet": "",
706 + "commonWidthMobile": "",
707 + "topWidth": "",
708 + "rightWidth": "",
709 + "bottomWidth": "",
710 + "leftWidth": "",
711 + "topWidthTablet": "",
712 + "rightWidthTablet": "",
713 + "bottomWidthTablet": "",
714 + "leftWidthTablet": "",
715 + "topWidthMobile": "",
716 + "rightWidthMobile": "",
717 + "bottomWidthMobile": "",
718 + "leftWidthMobile": "",
719 + "unitWidth": "px",
720 + "unitWidthTablet": "",
721 + "unitWidthMobile": "",
722 + "isLinkedWidthH": true,
723 + "isLinkedWidthHTablet": true,
724 + "isLinkedWidthHMobile": true,
725 + "commonWidthH": "",
726 + "commonWidthHTablet": "",
727 + "commonWidthHMobile": "",
728 + "topWidthH": "",
729 + "rightWidthH": "",
730 + "bottomWidthH": "",
731 + "leftWidthH": "",
732 + "topWidthHTablet": "",
733 + "rightWidthHTablet": "",
734 + "bottomWidthHTablet": "",
735 + "leftWidthHTablet": "",
736 + "topWidthHMobile": "",
737 + "rightWidthHMobile": "",
738 + "bottomWidthHMobile": "",
739 + "leftWidthHMobile": "",
740 + "unitWidthH": "px",
741 + "unitWidthHTablet": "",
742 + "unitWidthHMobile": "",
743 + "isLinkedRadius": true,
744 + "isLinkedRadiusTablet": true,
745 + "isLinkedRadiusMobile": true,
746 + "commonRadius": "",
747 + "commonRadiusTablet": "",
748 + "commonRadiusMobile": "",
749 + "topRadius": "",
750 + "rightRadius": "",
751 + "bottomRadius": "",
752 + "leftRadius": "",
753 + "topRadiusTablet": "",
754 + "rightRadiusTablet": "",
755 + "bottomRadiusTablet": "",
756 + "leftRadiusTablet": "",
757 + "topRadiusMobile": "",
758 + "rightRadiusMobile": "",
759 + "bottomRadiusMobile": "",
760 + "leftRadiusMobile": "",
761 + "unitRadius": "px",
762 + "unitRadiusTablet": "",
763 + "unitRadiusMobile": "",
764 + "isLinkedRadiusH": true,
765 + "isLinkedRadiusHTablet": true,
766 + "isLinkedRadiusHMobile": true,
767 + "commonRadiusH": "",
768 + "commonRadiusHTablet": "",
769 + "commonRadiusHMobile": "",
770 + "topRadiusH": "",
771 + "rightRadiusH": "",
772 + "bottomRadiusH": "",
773 + "leftRadiusH": "",
774 + "topRadiusHTablet": "",
775 + "rightRadiusHTablet": "",
776 + "bottomRadiusHTablet": "",
777 + "leftRadiusHTablet": "",
778 + "topRadiusHMobile": "",
779 + "rightRadiusHMobile": "",
780 + "bottomRadiusHMobile": "",
781 + "leftRadiusHMobile": "",
782 + "unitRadiusH": "px",
783 + "unitRadiusHTablet": "",
784 + "unitRadiusHMobile": "",
785 + "transitionDuration": ""
786 + }
787 + },
788 + "_position": {
789 + "type": "object",
790 + "default": {
791 + "positionType": "relative",
792 + "positionTypeTablet": "",
793 + "positionTypeMobile": "",
794 + "hOrientation": "",
795 + "hOffset": "",
796 + "hOffsetTablet": "",
797 + "hOffsetMobile": "",
798 + "hOffsetUnit": "px",
799 + "hOffsetUnitTablet": "px",
800 + "hOffsetUnitMobile": "px",
801 + "vOrientation": "",
802 + "vOffset": "",
803 + "vOffsetTablet": "",
804 + "vOffsetMobile": "",
805 + "vOffsetUnit": "px",
806 + "vOffsetUnitTablet": "px",
807 + "vOffsetUnitMobile": "px"
808 + }
809 + },
810 + "_background": {
811 + "type": "object",
812 + "default": {
813 + "backgroundType": "none",
814 + "backgroundTypeH": "none",
815 + "backgroundColor": "",
816 + "backgroundColorH": "",
817 + "imgId": "",
818 + "imgIdTablet": "",
819 + "imgIdMobile": "",
820 + "imgUrl": "",
821 + "imgUrlTablet": "",
822 + "imgUrlMobile": "",
823 + "imgSize": "",
824 + "imgSizeTablet": "",
825 + "imgSizeMobile": "",
826 + "imgPosition": "",
827 + "imgPositionTablet": "",
828 + "imgPositionMobile": "",
829 + "imgXPositionUnit": "px",
830 + "imgXPositionUnitTablet": "",
831 + "imgXPositionUnitMobile": "",
832 + "imgXPosition": "",
833 + "imgXPositionTablet": "",
834 + "imgXPositionMobile": "",
835 + "imgYPositionUnit": "px",
836 + "imgYPositionUnitTablet": "",
837 + "imgYPositionUnitMobile": "",
838 + "imgYPosition": "",
839 + "imgYPositionTablet": "",
840 + "imgYPositionMobile": "",
841 + "imgAttachment": "",
842 + "imgRepeat": "",
843 + "imgRepeatTablet": "",
844 + "imgRepeatMobile": "",
845 + "imgDisplaySize": "",
846 + "imgDisplaySizeTablet": "",
847 + "imgDisplaySizeMobile": "",
848 + "imgDisplaySizeWidth": "",
849 + "imgDisplaySizeWidthTablet": "",
850 + "imgDisplaySizeWidthMobile": "",
851 + "imgDisplaySizeWidthUnit": "px",
852 + "imgDisplaySizeWidthUnitTablet": "",
853 + "imgDisplaySizeWidthUnitMobile": "",
854 + "imgIdH": "",
855 + "imgIdTabletH": "",
856 + "imgIdMobileH": "",
857 + "imgUrlH": "",
858 + "imgUrlHTablet": "",
859 + "imgUrlHMobile": "",
860 + "imgSizeH": "",
861 + "imgSizeHTablet": "",
862 + "imgSizeHMobile": "",
863 + "imgPositionH": "",
864 + "imgPositionHTablet": "",
865 + "imgPositionHMobile": "",
866 + "imgXPositionUnitH": "px",
867 + "imgXPositionUnitHTablet": "",
868 + "imgXPositionUnitHMobile": "",
869 + "imgXPositionH": "",
870 + "imgXPositionHTablet": "",
871 + "imgXPositionHMobile": "",
872 + "imgYPositionUnitH": "px",
873 + "imgYPositionUnitHTablet": "",
874 + "imgYPositionUnitHMobile": "",
875 + "imgYPositionH": "",
876 + "imgYPositionHTablet": "",
877 + "imgYPositionHMobile": "",
878 + "imgAttachmentH": "",
879 + "imgRepeatH": "",
880 + "imgRepeatHTablet": "",
881 + "imgRepeatHMobile": "",
882 + "imgDisplaySizeH": "",
883 + "imgDisplaySizeHTablet": "",
884 + "imgDisplaySizeHMobile": "",
885 + "imgDisplaySizeWidthH": "",
886 + "imgDisplaySizeWidthHTablet": "",
887 + "imgDisplaySizeWidthHMobile": "",
888 + "imgDisplaySizeWidthHUnit": "px",
889 + "imgDisplaySizeWidthHUnitTablet": "",
890 + "imgDisplaySizeWidthHUnitMobile": "",
891 + "transitionDuration": "",
892 + "videoUrl": "",
893 + "youtubeURL": "",
894 + "vimeoURL": "",
895 + "selfHostedURL": "",
896 + "externalLink": false,
897 + "videoSource": "none",
898 + "videoPlayOnce": "",
899 + "videoStartTime": "",
900 + "videoEndTime": "",
901 + "playOnMobile": "",
902 + "videoPrivacyMode": "",
903 + "fallbackImageUrl": ""
904 + }
905 + },
906 + "_zIndex": {
907 + "type": "object",
908 + "default": {
909 + "zIndex": "",
910 + "zIndexTablet": "",
911 + "zIndexMobile": ""
912 + }
913 + },
914 + "_transform": {
915 + "type": "object",
916 + "default": {
917 + "rotate": "",
918 + "rotateTablet": "",
919 + "rotateMobile": "",
920 + "rotate3D": false,
921 + "rotate3DTablet": false,
922 + "rotate3DMobile": false,
923 + "rotateX": "",
924 + "rotateXTablet": "",
925 + "rotateXMobile": "",
926 + "rotateY": "",
927 + "rotateYTablet": "",
928 + "rotateYMobile": "",
929 + "rotateP": "",
930 + "rotatePTablet": "",
931 + "rotatePMobile": "",
932 + "offsetX": "",
933 + "offsetXTablet": "",
934 + "offsetXMobile": "",
935 + "offsetXUnit": "px",
936 + "offsetXUnitTablet": "px",
937 + "offsetXUnitMobile": "px",
938 + "offsetY": "",
939 + "offsetYTablet": "",
940 + "offsetYMobile": "",
941 + "offsetYUnit": "px",
942 + "offsetYUnitTablet": "px",
943 + "offsetYUnitMobile": "px",
944 + "scaleProportions": false,
945 + "scale": "",
946 + "scaleTablet": "",
947 + "scaleMobile": "",
948 + "scaleX": "",
949 + "scaleXTablet": "",
950 + "scaleXMobile": "",
951 + "scaleY": "",
952 + "scaleYTablet": "",
953 + "scaleYMobile": "",
954 + "skewX": "",
955 + "skewXTablet": "",
956 + "skewXMobile": "",
957 + "skewY": "",
958 + "skewYTablet": "",
959 + "skewYMobile": "",
960 + "flipHorizontal": false,
961 + "flipVertical": false,
962 + "xAnchorPoint": "",
963 + "xAnchorPointTablet": "",
964 + "xAnchorPointMobile": "",
965 + "yAnchorPoint": "",
966 + "yAnchorPointTablet": "",
967 + "yAnchorPointMobile": "",
968 + "rotateH": "",
969 + "rotateHTablet": "",
970 + "rotateHMobile": "",
971 + "rotate3DH": false,
972 + "rotate3DHTablet": false,
973 + "rotate3DHMobile": false,
974 + "rotateXH": "",
975 + "rotateXHTablet": "",
976 + "rotateXHMobile": "",
977 + "rotateYH": "",
978 + "rotateYHTablet": "",
979 + "rotateYHMobile": "",
980 + "rotatePH": "",
981 + "rotatePHTablet": "",
982 + "rotatePHMobile": "",
983 + "offsetXH": "",
984 + "offsetXHTablet": "",
985 + "offsetXHMobile": "",
986 + "offsetXHUnit": "px",
987 + "offsetXHUnitTablet": "px",
988 + "offsetXHUnitMobile": "px",
989 + "offsetYH": "",
990 + "offsetYHTablet": "",
991 + "offsetYHMobile": "",
992 + "offsetYHUnit": "px",
993 + "offsetYHUnitTablet": "px",
994 + "offsetYHUnitMobile": "px",
995 + "scaleProportionsH": false,
996 + "scaleH": "",
997 + "scaleHTablet": "",
998 + "scaleHMobile": "",
999 + "scaleXH": "",
1000 + "scaleXHTablet": "",
1001 + "scaleXHMobile": "",
1002 + "scaleYH": "",
1003 + "scaleYHTablet": "",
1004 + "scaleYHMobile": "",
1005 + "skewXH": "",
1006 + "skewXHTablet": "",
1007 + "skewXHMobile": "",
1008 + "skewYH": "",
1009 + "skewYHTablet": "",
1010 + "skewYHMobile": "",
1011 + "flipHorizontalH": false,
1012 + "flipVerticalH": false,
1013 + "xAnchorPointH": "",
1014 + "xAnchorPointHTablet": "",
1015 + "xAnchorPointHMobile": "",
1016 + "yAnchorPointH": "",
1017 + "yAnchorPointHTablet": "",
1018 + "yAnchorPointHMobile": "",
1019 + "transitionH": ""
1020 + }
1021 + },
1022 + "_mask": {
1023 + "type": "object",
1024 + "default": {
1025 + "mask": false,
1026 + "maskTablet": false,
1027 + "maskMobile": false,
1028 + "maskShape": "circle",
1029 + "customMaskShape": "",
1030 + "maskSize": "",
1031 + "maskSizeTablet": "",
1032 + "maskSizeMobile": "",
1033 + "maskPosition": "",
1034 + "maskPositionTablet": "",
1035 + "maskPositionMobile": "",
1036 + "maskRepeat": "",
1037 + "maskRepeatTablet": "",
1038 + "maskRepeatMobile": "",
1039 + "scaleUnit": "px",
1040 + "scaleUnitTablet": "px",
1041 + "scaleUnitMobile": "px",
1042 + "scale": "0",
1043 + "scaleTablet": "0",
1044 + "scaleMobile": "0",
1045 + "xPositionUnit": "px",
1046 + "xPositionUnitTablet": "px",
1047 + "xPositionUnitMobile": "px",
1048 + "xPosition": "",
1049 + "xPositionTablet": "0",
1050 + "xPositionMobile": "0",
1051 + "yPositionUnit": "px",
1052 + "yPositionUnitTablet": "px",
1053 + "yPositionUnitMobile": "px",
1054 + "yPosition": "0",
1055 + "yPositionTablet": "0",
1056 + "yPositionMobile": "0"
1057 + }
1058 + },
1059 + "_animation": {
1060 + "type": "object",
1061 + "default": {
1062 + "animationType": "",
1063 + "animationTypeTablet": "",
1064 + "animationTypeMobile": "",
1065 + "animationDuration": "",
1066 + "animationDelay": ""
1067 + }
1068 + },
1069 + "_boxShadow": {
1070 + "type": "object",
1071 + "default": {
1072 + "preset": "",
1073 + "shadowType": "default",
1074 + "shadow": "",
1075 + "horizontal": "",
1076 + "vertical": "",
1077 + "blur": "",
1078 + "spread": "",
1079 + "color": "",
1080 + "presetH": "",
1081 + "shadowTypeH": "default",
1082 + "shadowH": "",
1083 + "horizontalH": "",
1084 + "verticalH": "",
1085 + "blurH": "",
1086 + "spreadH": "",
1087 + "colorH": "",
1088 + "transitionDuration": "0"
1089 + }
1090 + },
1091 + "_gsapAnimation": {
1092 + "type": "object",
1093 + "default": {
1094 + "animationType": "none",
1095 + "duration": 1,
1096 + "delay": 0,
1097 + "triggerType": "scroll",
1098 + "ease": "none",
1099 + "x": 0,
1100 + "y": 0,
1101 + "rotation": 0,
1102 + "rotationY": 0,
1103 + "opacity": 1,
1104 + "xTo": 0,
1105 + "yTo": 0,
1106 + "rotationTo": 0,
1107 + "rotationYTo": 0,
1108 + "opacityTo": 1,
1109 + "easeTo": "none",
1110 + "loops": false,
1111 + "numberOfRepeat": 0,
1112 + "isSmooth": true,
1113 + "startPoint": 80,
1114 + "endPoint": 10
1115 + }
1116 + },
1117 + "_hide_on_desktop": {
1118 + "type": "boolean",
1119 + "default": false
1120 + },
1121 + "_hide_on_tablet": {
1122 + "type": "boolean",
1123 + "default": false
1124 + },
1125 + "_hide_on_mobile": {
1126 + "type": "boolean",
1127 + "default": false
1128 + },
1129 + "_custom_css": {
1130 + "type": "string",
1131 + "default": ""
1132 + },
1133 + "_animation_element_trigger": {
1134 + "type": "array",
1135 + "default": [],
1136 + "items": {
1137 + "type": "object"
1138 + }
1139 + },
1140 + "_animation_page_trigger": {
1141 + "type": "array",
1142 + "default": [],
1143 + "items": {
1144 + "type": "object"
1145 + }
1146 + }
1147 + }
1148 +}