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/image-scroll/block.json +25 -1 2.8.1 → 2.14.0 View file →
@@ -309,8 +309,21 @@
309 309 "leftMobile": "",
310 310 "unitMobile": ""
311 311 }
312 312 },
313 + "link": {
314 + "type": "object",
315 + "default": {
316 + "linkDestination": "",
317 + "href": "",
318 + "lightbox": "",
319 + "linkTarget": "",
320 + "rel": "",
321 + "noFollow": "",
322 + "keyValue": "",
323 + "linkClass": ""
324 + }
325 + },
313 326 "opacity": {
314 327 "type": "number",
315 328 "default": 1
316 329 },
@@ -344,8 +357,19 @@
344 357 "valueTablet": "",
345 358 "valueMobile": ""
346 359 }
347 360 },
361 + "scrollWidth": {
362 + "type": "object",
363 + "default": {
364 + "value": 100,
365 + "valueTablet": "",
366 + "valueMobile": "",
367 + "valueUnit": "%",
368 + "valueUnitTablet": "",
369 + "valueUnitMobile": ""
370 + }
371 + },
348 372 "_margin": {
349 373 "type": "object",
350 374 "default": {
351 375 "isLinked": true,
@@ -767,9 +791,9 @@
767 791 "xPositionUnitMobile": "px",
768 792 "xPosition": "",
769 793 "xPositionTablet": "0",
770 794 "xPositionMobile": "0",
771 - "yPositionUnit": "0",
795 + "yPositionUnit": "px",
772 796 "yPositionUnitTablet": "px",
773 797 "yPositionUnitMobile": "px",
774 798 "yPosition": "0",
775 799 "yPositionTablet": "0",