{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "uicore/a-menu-link",
  "title": "Menu Link",
  "category": "uicore-advanced",
  "icon": "uicore-block-icon",
  "description": "Add a single menu item that can behave as a simple link or a submenu trigger.",
  "parent": [
    "uicore/a-menu-wrapper"
  ],
  "supports": {
    "html": false,
    "customClassName": false
  },
  "editorScript": "file:./index.js",
  "render": "file:./render.php",
  "textdomain": "uicore-blocks"
}