| @@ -29,9 +29,9 @@ | ||
| 29 | 29 | "ablocks-common-style", |
| 30 | 30 | "file:./style.css" |
| 31 | 31 | ], |
| 32 | 32 | "editorScript": [ |
| 33 | - "file:./view.js" | |
| 33 | + "ablocks-common-script" | |
| 34 | 34 | ], |
| 35 | 35 | "attributes": { |
| 36 | 36 | "block_id": { |
| 37 | 37 | "type": "string", |
| @@ -36,8 +36,12 @@ | ||
| 36 | 36 | "block_id": { |
| 37 | 37 | "type": "string", |
| 38 | 38 | "default": "" |
| 39 | 39 | }, |
| 40 | + "blockVersion": { | |
| 41 | + "type": "number", | |
| 42 | + "default": "" | |
| 43 | + }, | |
| 40 | 44 | "text": { |
| 41 | 45 | "type": "string", |
| 42 | 46 | "default": "Add Your Curvy Text Here" |
| 43 | 47 | }, |
| @@ -117,13 +121,17 @@ | ||
| 117 | 121 | "valueTablet": "", |
| 118 | 122 | "valueMobile": "" |
| 119 | 123 | } |
| 120 | 124 | }, |
| 125 | + "typographyGlobal": { | |
| 126 | + "type": "string", | |
| 127 | + "default": "" | |
| 128 | + }, | |
| 121 | 129 | "typography": { |
| 122 | 130 | "type": "object", |
| 123 | 131 | "default": { |
| 124 | 132 | "fontFamily": "", |
| 125 | - "weight": "400", | |
| 133 | + "weight": "", | |
| 126 | 134 | "transform": "", |
| 127 | 135 | "style": "", |
| 128 | 136 | "decoration": "", |
| 129 | 137 | "fontSize": "", |
| @@ -596,9 +604,9 @@ | ||
| 596 | 604 | "xPositionUnitMobile": "px", |
| 597 | 605 | "xPosition": "", |
| 598 | 606 | "xPositionTablet": "0", |
| 599 | 607 | "xPositionMobile": "0", |
| 600 | - "yPositionUnit": "0", | |
| 608 | + "yPositionUnit": "px", | |
| 601 | 609 | "yPositionUnitTablet": "px", |
| 602 | 610 | "yPositionUnitMobile": "px", |
| 603 | 611 | "yPosition": "0", |
| 604 | 612 | "yPositionTablet": "0", |
| @@ -636,8 +644,34 @@ | ||
| 636 | 644 | "colorH": "", |
| 637 | 645 | "transitionDuration": "0" |
| 638 | 646 | } |
| 639 | 647 | }, |
| 648 | + "_gsapAnimation": { | |
| 649 | + "type": "object", | |
| 650 | + "default": { | |
| 651 | + "animationType": "none", | |
| 652 | + "duration": 1, | |
| 653 | + "delay": 0, | |
| 654 | + "triggerType": "scroll", | |
| 655 | + "ease": "none", | |
| 656 | + "x": 0, | |
| 657 | + "y": 0, | |
| 658 | + "rotation": 0, | |
| 659 | + "rotationY": 0, | |
| 660 | + "opacity": 1, | |
| 661 | + "xTo": 0, | |
| 662 | + "yTo": 0, | |
| 663 | + "rotationTo": 0, | |
| 664 | + "rotationYTo": 0, | |
| 665 | + "opacityTo": 1, | |
| 666 | + "easeTo": "none", | |
| 667 | + "loops": false, | |
| 668 | + "numberOfRepeat": 0, | |
| 669 | + "isSmooth": true, | |
| 670 | + "startPoint": 80, | |
| 671 | + "endPoint": 10 | |
| 672 | + } | |
| 673 | + }, | |
| 640 | 674 | "_hide_on_desktop": { |
| 641 | 675 | "type": "boolean", |
| 642 | 676 | "default": false |
| 643 | 677 | }, |
| @@ -651,7 +685,21 @@ | ||
| 651 | 685 | }, |
| 652 | 686 | "_custom_css": { |
| 653 | 687 | "type": "string", |
| 654 | 688 | "default": "" |
| 689 | + }, | |
| 690 | + "_animation_element_trigger": { | |
| 691 | + "type": "array", | |
| 692 | + "default": [], | |
| 693 | + "items": { | |
| 694 | + "type": "object" | |
| 695 | + } | |
| 696 | + }, | |
| 697 | + "_animation_page_trigger": { | |
| 698 | + "type": "array", | |
| 699 | + "default": [], | |
| 700 | + "items": { | |
| 701 | + "type": "object" | |
| 702 | + } | |
| 655 | 703 | } |
| 656 | 704 | } |
| 657 | 705 | } |