| @@ -24,8 +24,12 @@ | ||
| 24 | 24 | "attributes": { |
| 25 | 25 | "block_id": { |
| 26 | 26 | "type": "string" |
| 27 | 27 | }, |
| 28 | + "blockVersion": { | |
| 29 | + "type": "number", | |
| 30 | + "default": "" | |
| 31 | + }, | |
| 28 | 32 | "progressValue": { |
| 29 | 33 | "type": "number", |
| 30 | 34 | "default": 100 |
| 31 | 35 | }, |
| @@ -86,9 +90,9 @@ | ||
| 86 | 90 | "default": 10 |
| 87 | 91 | }, |
| 88 | 92 | "contentColor": { |
| 89 | 93 | "type": "string", |
| 90 | - "default": "white" | |
| 94 | + "default": "#ffffff" | |
| 91 | 95 | }, |
| 92 | 96 | "alignment": { |
| 93 | 97 | "type": "object", |
| 94 | 98 | "default": { |
| @@ -96,13 +100,17 @@ | ||
| 96 | 100 | "valueTablet": "", |
| 97 | 101 | "valueMobile": "" |
| 98 | 102 | } |
| 99 | 103 | }, |
| 104 | + "contentTypographyGlobal": { | |
| 105 | + "type": "string", | |
| 106 | + "default": "" | |
| 107 | + }, | |
| 100 | 108 | "contentTypography": { |
| 101 | 109 | "type": "object", |
| 102 | 110 | "default": { |
| 103 | 111 | "fontFamily": "", |
| 104 | - "weight": "400", | |
| 112 | + "weight": "", | |
| 105 | 113 | "transform": "", |
| 106 | 114 | "style": "", |
| 107 | 115 | "decoration": "", |
| 108 | 116 | "fontSize": "", |
| @@ -683,9 +691,9 @@ | ||
| 683 | 691 | "xPositionUnitMobile": "px", |
| 684 | 692 | "xPosition": "", |
| 685 | 693 | "xPositionTablet": "0", |
| 686 | 694 | "xPositionMobile": "0", |
| 687 | - "yPositionUnit": "0", | |
| 695 | + "yPositionUnit": "px", | |
| 688 | 696 | "yPositionUnitTablet": "px", |
| 689 | 697 | "yPositionUnitMobile": "px", |
| 690 | 698 | "yPosition": "0", |
| 691 | 699 | "yPositionTablet": "0", |
| @@ -723,8 +731,34 @@ | ||
| 723 | 731 | "colorH": "", |
| 724 | 732 | "transitionDuration": "0" |
| 725 | 733 | } |
| 726 | 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 | + }, | |
| 727 | 761 | "_hide_on_desktop": { |
| 728 | 762 | "type": "boolean", |
| 729 | 763 | "default": false |
| 730 | 764 | }, |
| @@ -738,7 +772,21 @@ | ||
| 738 | 772 | }, |
| 739 | 773 | "_custom_css": { |
| 740 | 774 | "type": "string", |
| 741 | 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 | + } | |
| 742 | 790 | } |
| 743 | 791 | } |
| 744 | 792 | } |