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
| 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 | } |