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/menu/block.json +20 -4 2.9.0 → 2.14.0 View file →
@@ -30,10 +30,14 @@
30 30 "type": "number",
31 31 "default": ""
32 32 },
33 33 "alignment": {
34 - "type": "string",
35 - "default": "left"
34 + "type": "object",
35 + "default": {
36 + "value": "left",
37 + "valueTablet": "",
38 + "valueMobile": ""
39 + }
36 40 },
37 41 "menuItemTextColor": {
38 42 "type": "string",
39 43 "default": ""
@@ -39,9 +43,9 @@
39 43 "default": ""
40 44 },
41 45 "menuItemTextColorH": {
42 46 "type": "string",
43 - "default": "#000000"
47 + "default": ""
44 48 },
45 49 "menuItemBackground": {
46 50 "type": "string",
47 51 "default": ""
@@ -73,8 +77,20 @@
73 77 "sideBarMenuDevice": {
74 78 "type": "string",
75 79 "default": "mobile"
76 80 },
81 + "enableTabletHamburger": {
82 + "type": "boolean",
83 + "default": false
84 + },
85 + "mobileMenuPosition": {
86 + "type": "string",
87 + "default": "below-header"
88 + },
89 + "subMenuTrigger": {
90 + "type": "string",
91 + "default": "hover"
92 + },
77 93 "menuResponsiveBackground": {
78 94 "type": "string",
79 95 "default": ""
80 96 },
@@ -971,9 +987,9 @@
971 987 "xPositionUnitMobile": "px",
972 988 "xPosition": "",
973 989 "xPositionTablet": "0",
974 990 "xPositionMobile": "0",
975 - "yPositionUnit": "0",
991 + "yPositionUnit": "px",
976 992 "yPositionUnitTablet": "px",
977 993 "yPositionUnitMobile": "px",
978 994 "yPosition": "0",
979 995 "yPositionTablet": "0",