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/container/block.json +158 -1 2.9.1 → 2.14.0 View file →
@@ -32,8 +32,12 @@
32 32 "block_id": {
33 33 "type": "string",
34 34 "default": ""
35 35 },
36 + "blockVersion": {
37 + "type": "number",
38 + "default": ""
39 + },
36 40 "className": {
37 41 "type": "string",
38 42 "default": ""
39 43 },
@@ -92,8 +96,48 @@
92 96 "wrapMobile": {
93 97 "type": "string",
94 98 "default": ""
95 99 },
100 + "layout": {
101 + "type": "string",
102 + "default": ""
103 + },
104 + "htmlTag": {
105 + "type": "string",
106 + "default": ""
107 + },
108 + "shapeTop": {
109 + "type": "string",
110 + "default": ""
111 + },
112 + "shapeBottom": {
113 + "type": "string",
114 + "default": ""
115 + },
116 + "shapeTopColor": {
117 + "type": "string",
118 + "default": "#61CE70"
119 + },
120 + "shapeBottomColor": {
121 + "type": "string",
122 + "default": "#61CE70"
123 + },
124 + "bottomShapeBringToFront": {
125 + "type": "boolean",
126 + "default": false
127 + },
128 + "topShapeBringToFront": {
129 + "type": "boolean",
130 + "default": false
131 + },
132 + "topShapeFlip": {
133 + "type": "boolean",
134 + "default": false
135 + },
136 + "bottomShapeFlip": {
137 + "type": "boolean",
138 + "default": false
139 + },
96 140 "gap": {
97 141 "type": "object",
98 142 "default": {
99 143 "columnGap": 0,
@@ -171,8 +215,24 @@
171 215 "valueUnitTablet": "",
172 216 "valueUnitMobile": ""
173 217 }
174 218 },
219 + "gridColumn": {
220 + "type": "object",
221 + "default": {
222 + "value": 0,
223 + "valueTablet": 2,
224 + "valueMobile": 1
225 + }
226 + },
227 + "gridRow": {
228 + "type": "object",
229 + "default": {
230 + "value": "",
231 + "valueTablet": "",
232 + "valueMobile": ""
233 + }
234 + },
175 235 "containerContentWidth": {
176 236 "type": "object",
177 237 "default": {
178 238 "value": "",
@@ -182,8 +242,52 @@
182 242 "valueUnitTablet": "",
183 243 "valueUnitMobile": ""
184 244 }
185 245 },
246 + "shapeBottomHeight": {
247 + "type": "object",
248 + "default": {
249 + "value": "100",
250 + "valueTablet": "",
251 + "valueMobile": "",
252 + "valueUnit": "px",
253 + "valueUnitTablet": "",
254 + "valueUnitMobile": ""
255 + }
256 + },
257 + "shapeBottomWidth": {
258 + "type": "object",
259 + "default": {
260 + "value": "100",
261 + "valueTablet": "",
262 + "valueMobile": "",
263 + "valueUnit": "%",
264 + "valueUnitTablet": "",
265 + "valueUnitMobile": ""
266 + }
267 + },
268 + "shapeTopHeight": {
269 + "type": "object",
270 + "default": {
271 + "value": "100",
272 + "valueTablet": "",
273 + "valueMobile": "",
274 + "valueUnit": "px",
275 + "valueUnitTablet": "",
276 + "valueUnitMobile": ""
277 + }
278 + },
279 + "shapeTopWidth": {
280 + "type": "object",
281 + "default": {
282 + "value": "100",
283 + "valueTablet": "",
284 + "valueMobile": "",
285 + "valueUnit": "%",
286 + "valueUnitTablet": "",
287 + "valueUnitMobile": ""
288 + }
289 + },
186 290 "_backgroundOverlay": {
187 291 "type": "object",
188 292 "default": {
189 293 "backgroundOverlayType": "none",
@@ -284,8 +388,21 @@
284 388 "opacityHMobile": "",
285 389 "transitionDuration": ""
286 390 }
287 391 },
392 + "link": {
393 + "type": "object",
394 + "default": {
395 + "linkDestination": "",
396 + "href": "",
397 + "lightbox": "",
398 + "linkTarget": "",
399 + "rel": "",
400 + "noFollow": "",
401 + "keyValue": "",
402 + "linkClass": ""
403 + }
404 + },
288 405 "_margin": {
289 406 "type": "object",
290 407 "default": {
291 408 "isLinked": true,
@@ -707,9 +824,9 @@
707 824 "xPositionUnitMobile": "px",
708 825 "xPosition": "",
709 826 "xPositionTablet": "0",
710 827 "xPositionMobile": "0",
711 - "yPositionUnit": "0",
828 + "yPositionUnit": "px",
712 829 "yPositionUnitTablet": "px",
713 830 "yPositionUnitMobile": "px",
714 831 "yPosition": "0",
715 832 "yPositionTablet": "0",
@@ -747,8 +864,34 @@
747 864 "colorH": "",
748 865 "transitionDuration": "0"
749 866 }
750 867 },
868 + "_gsapAnimation": {
869 + "type": "object",
870 + "default": {
871 + "animationType": "none",
872 + "duration": 1,
873 + "delay": 0,
874 + "triggerType": "scroll",
875 + "ease": "none",
876 + "x": 0,
877 + "y": 0,
878 + "rotation": 0,
879 + "rotationY": 0,
880 + "opacity": 1,
881 + "xTo": 0,
882 + "yTo": 0,
883 + "rotationTo": 0,
884 + "rotationYTo": 0,
885 + "opacityTo": 1,
886 + "easeTo": "none",
887 + "loops": false,
888 + "numberOfRepeat": 0,
889 + "isSmooth": true,
890 + "startPoint": 80,
891 + "endPoint": 10
892 + }
893 + },
751 894 "_hide_on_desktop": {
752 895 "type": "boolean",
753 896 "default": false
754 897 },
@@ -762,7 +905,21 @@
762 905 },
763 906 "_custom_css": {
764 907 "type": "string",
765 908 "default": ""
909 + },
910 + "_animation_element_trigger": {
911 + "type": "array",
912 + "default": [],
913 + "items": {
914 + "type": "object"
915 + }
916 + },
917 + "_animation_page_trigger": {
918 + "type": "array",
919 + "default": [],
920 + "items": {
921 + "type": "object"
922 + }
766 923 }
767 924 }
768 925 }