{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "uicore/a-menu-wrapper",
  "title": "Menu Wrapper",
  "category": "uicore-advanced",
  "icon": "uicore-block-icon",
  "description": "Wrap advanced menu items inside the menu shell.",
  "supports": {
    "html": false,
    "customClassName": false
  },
  "parent": [
    "uicore/a-menu"
  ],
  "allowedBlocks": [
    "uicore/a-menu-link"
  ],
  "editorScript": "file:./index.js",
  "textdomain": "uicore-blocks"
}