PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.11.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.11.1
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
ablocks / assets / build / blocks / menu-child-mega / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.11.1, at assets/build/blocks/menu-child-mega/block.json

59 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "ablocks/menu-child-mega",
5 "parent": [
6 "ablocks/menu-item"
7 ],
8 "version": "0.1.0",
9 "title": "Mega Menu",
10 "category": "ablocks",
11 "icon": "smiley",
12 "description": "Show Submenu",
13 "example": [],
14 "supports": {
15 "html": false,
16 "anchor": true
17 },
18 "textdomain": "ablocks",
19 "style": [],
20 "attributes": {
21 "block_id": {
22 "type": "string",
23 "default": ""
24 },
25 "width": {
26 "type": "object",
27 "default": {
28 "value": 100,
29 "valueTablet": "",
30 "valueMobile": "",
31 "valueUnit": "%",
32 "valueUnitTablet": "",
33 "valueUnitMobile": ""
34 }
35 },
36 "height": {
37 "type": "object",
38 "default": {
39 "value": "",
40 "valueTablet": "",
41 "valueMobile": "",
42 "valueUnit": "px",
43 "valueUnitTablet": "",
44 "valueUnitMobile": ""
45 }
46 },
47 "positionX": {
48 "type": "object",
49 "default": {
50 "value": 0,
51 "valueTablet": "",
52 "valueMobile": "",
53 "valueUnit": "%",
54 "valueUnitTablet": "",
55 "valueUnitMobile": ""
56 }
57 }
58 }
59 }