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/map/block.json +109 -17 2.9.1 → 2.14.0 View file →
@@ -27,8 +27,12 @@
27 27 "block_id": {
28 28 "type": "string",
29 29 "default": ""
30 30 },
31 + "blockVersion": {
32 + "type": "number",
33 + "default": ""
34 + },
31 35 "mapMarkerList": {
32 36 "type": "array",
33 37 "default": [
34 38 {
@@ -145,8 +149,16 @@
145 149 "iconBgColor": {
146 150 "type": "string",
147 151 "default": ""
148 152 },
153 + "iconHoverColor": {
154 + "type": "string",
155 + "default": ""
156 + },
157 + "iconHoverBgColor": {
158 + "type": "string",
159 + "default": ""
160 + },
149 161 "iconType": {
150 162 "type": "string",
151 163 "default": "default"
152 164 },
@@ -165,30 +177,70 @@
165 177 "left": "",
166 178 "unit": "px"
167 179 }
168 180 },
169 - "iconBorderRadius": {
181 + "iconBorder": {
170 182 "type": "object",
171 183 "default": {
172 - "isLinked": true,
173 - "common": "",
174 - "top": "",
175 - "right": "",
176 - "bottom": "",
177 - "left": "",
178 - "unit": "px"
184 + "borderStyle": "default",
185 + "borderStyleH": "default",
186 + "borderColor": "",
187 + "borderColorH": "",
188 + "isLinkedWidth": true,
189 + "isLinkedWidthTablet": true,
190 + "isLinkedWidthMobile": true,
191 + "commonWidth": "",
192 + "topWidth": "",
193 + "rightWidth": "",
194 + "bottomWidth": "",
195 + "leftWidth": "",
196 + "unitWidth": "px",
197 + "isLinkedWidthH": true,
198 + "isLinkedWidthHTablet": true,
199 + "isLinkedWidthHMobile": true,
200 + "commonWidthH": "",
201 + "topWidthH": "",
202 + "rightWidthH": "",
203 + "bottomWidthH": "",
204 + "leftWidthH": "",
205 + "unitWidthH": "px",
206 + "isLinkedRadius": true,
207 + "commonRadius": "",
208 + "topRadius": "",
209 + "rightRadius": "",
210 + "bottomRadius": "",
211 + "leftRadius": "",
212 + "unitRadius": "px",
213 + "isLinkedRadiusH": true,
214 + "isLinkedRadiusHTablet": true,
215 + "isLinkedRadiusHMobile": true,
216 + "commonRadiusH": "",
217 + "topRadiusH": "",
218 + "leftRadiusH": "",
219 + "unitRadiusH": "px",
220 + "transitionDuration": ""
179 221 }
180 222 },
181 - "iconBorderWidth": {
223 + "iconBoxShadow": {
182 224 "type": "object",
183 225 "default": {
184 - "isLinked": true,
185 - "common": "",
186 - "top": "",
187 - "right": "",
188 - "bottom": "",
189 - "left": "",
190 - "unit": "px"
226 + "preset": "",
227 + "shadowType": "default",
228 + "shadow": "",
229 + "horizontal": "",
230 + "vertical": "",
231 + "blur": "",
232 + "spread": "",
233 + "color": "",
234 + "presetH": "",
235 + "shadowTypeH": "default",
236 + "shadowH": "",
237 + "horizontalH": "",
238 + "verticalH": "",
239 + "blurH": "",
240 + "spreadH": "",
241 + "colorH": "",
242 + "transitionDuration": "0"
191 243 }
192 244 },
193 245 "iconSize": {
194 246 "type": "number",
@@ -661,9 +713,9 @@
661 713 "xPositionUnitMobile": "px",
662 714 "xPosition": "",
663 715 "xPositionTablet": "0",
664 716 "xPositionMobile": "0",
665 - "yPositionUnit": "0",
717 + "yPositionUnit": "px",
666 718 "yPositionUnitTablet": "px",
667 719 "yPositionUnitMobile": "px",
668 720 "yPosition": "0",
669 721 "yPositionTablet": "0",
@@ -701,8 +753,34 @@
701 753 "colorH": "",
702 754 "transitionDuration": "0"
703 755 }
704 756 },
757 + "_gsapAnimation": {
758 + "type": "object",
759 + "default": {
760 + "animationType": "none",
761 + "duration": 1,
762 + "delay": 0,
763 + "triggerType": "scroll",
764 + "ease": "none",
765 + "x": 0,
766 + "y": 0,
767 + "rotation": 0,
768 + "rotationY": 0,
769 + "opacity": 1,
770 + "xTo": 0,
771 + "yTo": 0,
772 + "rotationTo": 0,
773 + "rotationYTo": 0,
774 + "opacityTo": 1,
775 + "easeTo": "none",
776 + "loops": false,
777 + "numberOfRepeat": 0,
778 + "isSmooth": true,
779 + "startPoint": 80,
780 + "endPoint": 10
781 + }
782 + },
705 783 "_hide_on_desktop": {
706 784 "type": "boolean",
707 785 "default": false
708 786 },
@@ -716,7 +794,21 @@
716 794 },
717 795 "_custom_css": {
718 796 "type": "string",
719 797 "default": ""
798 + },
799 + "_animation_element_trigger": {
800 + "type": "array",
801 + "default": [],
802 + "items": {
803 + "type": "object"
804 + }
805 + },
806 + "_animation_page_trigger": {
807 + "type": "array",
808 + "default": [],
809 + "items": {
810 + "type": "object"
811 + }
720 812 }
721 813 }
722 814 }