{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "uicore/a-menu",
  "title": "Adv. Menu",
  "category": "uicore-advanced",
  "icon": "uicore-block-icon",
  "description": "Insert a flexible menu with nested submenu wrappers and mega menu support.",
  "supports": {
    "html": false,
    "customClassName": false
  },
  "allowedBlocks": [
    "uicore/toggle-icon",
    "uicore/a-menu-wrapper"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "textdomain": "uicore-blocks"
}