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/paypal-button/block.json +114 -18 2.9.1 → 2.14.0 View file →
@@ -35,8 +35,12 @@
35 35 "block_id": {
36 36 "type": "string",
37 37 "default": ""
38 38 },
39 + "blockVersion": {
40 + "type": "number",
41 + "default": ""
42 + },
39 43 "text": {
40 44 "type": "string",
41 45 "default": "Buy now"
42 46 },
@@ -185,8 +189,16 @@
185 189 "iconBgColor": {
186 190 "type": "string",
187 191 "default": ""
188 192 },
193 + "iconHoverColor": {
194 + "type": "string",
195 + "default": ""
196 + },
197 + "iconHoverBgColor": {
198 + "type": "string",
199 + "default": ""
200 + },
189 201 "iconType": {
190 202 "type": "string",
191 203 "default": "default"
192 204 },
@@ -205,30 +217,70 @@
205 217 "left": "",
206 218 "unit": "px"
207 219 }
208 220 },
209 - "iconBorderRadius": {
221 + "iconBorder": {
210 222 "type": "object",
211 223 "default": {
212 - "isLinked": true,
213 - "common": "",
214 - "top": "",
215 - "right": "",
216 - "bottom": "",
217 - "left": "",
218 - "unit": "px"
224 + "borderStyle": "default",
225 + "borderStyleH": "default",
226 + "borderColor": "",
227 + "borderColorH": "",
228 + "isLinkedWidth": true,
229 + "isLinkedWidthTablet": true,
230 + "isLinkedWidthMobile": true,
231 + "commonWidth": "",
232 + "topWidth": "",
233 + "rightWidth": "",
234 + "bottomWidth": "",
235 + "leftWidth": "",
236 + "unitWidth": "px",
237 + "isLinkedWidthH": true,
238 + "isLinkedWidthHTablet": true,
239 + "isLinkedWidthHMobile": true,
240 + "commonWidthH": "",
241 + "topWidthH": "",
242 + "rightWidthH": "",
243 + "bottomWidthH": "",
244 + "leftWidthH": "",
245 + "unitWidthH": "px",
246 + "isLinkedRadius": true,
247 + "commonRadius": "",
248 + "topRadius": "",
249 + "rightRadius": "",
250 + "bottomRadius": "",
251 + "leftRadius": "",
252 + "unitRadius": "px",
253 + "isLinkedRadiusH": true,
254 + "isLinkedRadiusHTablet": true,
255 + "isLinkedRadiusHMobile": true,
256 + "commonRadiusH": "",
257 + "topRadiusH": "",
258 + "leftRadiusH": "",
259 + "unitRadiusH": "px",
260 + "transitionDuration": ""
219 261 }
220 262 },
221 - "iconBorderWidth": {
263 + "iconBoxShadow": {
222 264 "type": "object",
223 265 "default": {
224 - "isLinked": true,
225 - "common": "",
226 - "top": "",
227 - "right": "",
228 - "bottom": "",
229 - "left": "",
230 - "unit": "px"
266 + "preset": "",
267 + "shadowType": "default",
268 + "shadow": "",
269 + "horizontal": "",
270 + "vertical": "",
271 + "blur": "",
272 + "spread": "",
273 + "color": "",
274 + "presetH": "",
275 + "shadowTypeH": "default",
276 + "shadowH": "",
277 + "horizontalH": "",
278 + "verticalH": "",
279 + "blurH": "",
280 + "spreadH": "",
281 + "colorH": "",
282 + "transitionDuration": "0"
231 283 }
232 284 },
233 285 "iconSize": {
234 286 "type": "number",
@@ -411,13 +463,17 @@
411 463 "leftMobile": "",
412 464 "unitMobile": ""
413 465 }
414 466 },
467 + "typographyGlobal": {
468 + "type": "string",
469 + "default": ""
470 + },
415 471 "typography": {
416 472 "type": "object",
417 473 "default": {
418 474 "fontFamily": "",
419 - "weight": "400",
475 + "weight": "",
420 476 "transform": "",
421 477 "style": "",
422 478 "decoration": "",
423 479 "fontSize": "",
@@ -926,9 +982,9 @@
926 982 "xPositionUnitMobile": "px",
927 983 "xPosition": "",
928 984 "xPositionTablet": "0",
929 985 "xPositionMobile": "0",
930 - "yPositionUnit": "0",
986 + "yPositionUnit": "px",
931 987 "yPositionUnitTablet": "px",
932 988 "yPositionUnitMobile": "px",
933 989 "yPosition": "0",
934 990 "yPositionTablet": "0",
@@ -966,8 +1022,34 @@
966 1022 "colorH": "",
967 1023 "transitionDuration": "0"
968 1024 }
969 1025 },
1026 + "_gsapAnimation": {
1027 + "type": "object",
1028 + "default": {
1029 + "animationType": "none",
1030 + "duration": 1,
1031 + "delay": 0,
1032 + "triggerType": "scroll",
1033 + "ease": "none",
1034 + "x": 0,
1035 + "y": 0,
1036 + "rotation": 0,
1037 + "rotationY": 0,
1038 + "opacity": 1,
1039 + "xTo": 0,
1040 + "yTo": 0,
1041 + "rotationTo": 0,
1042 + "rotationYTo": 0,
1043 + "opacityTo": 1,
1044 + "easeTo": "none",
1045 + "loops": false,
1046 + "numberOfRepeat": 0,
1047 + "isSmooth": true,
1048 + "startPoint": 80,
1049 + "endPoint": 10
1050 + }
1051 + },
970 1052 "_hide_on_desktop": {
971 1053 "type": "boolean",
972 1054 "default": false
973 1055 },
@@ -981,7 +1063,21 @@
981 1063 },
982 1064 "_custom_css": {
983 1065 "type": "string",
984 1066 "default": ""
1067 + },
1068 + "_animation_element_trigger": {
1069 + "type": "array",
1070 + "default": [],
1071 + "items": {
1072 + "type": "object"
1073 + }
1074 + },
1075 + "_animation_page_trigger": {
1076 + "type": "array",
1077 + "default": [],
1078 + "items": {
1079 + "type": "object"
1080 + }
985 1081 }
986 1082 }
987 1083 }