{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Mega Menu",
  "name": "essential-blocks/pro-mega-menu",
  "category": "essential-blocks",
  "description": "Create fully customizable menus with flexible & dynamic layouts like grid, nested, listicle, and more.",
  "textdomain": "essential-blocks-pro",
  "apiVersion": 2,
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "anchor": true
  },
  "editorScript": "essential-blocks-editor-script",
  "providesContext": {
    "eb/megaMenuBlockId": "blockId",
    "eb/megaMenuDropdownIcon": "dropdownIcon",
    "eb/megaMenuDropdownActiveIcon": "dropdownActiveIcon",
    "eb/megaMenuDropdownTrigger": "dropdownTrigger",
    "eb/megaMenuDropdownPosition": "dropdownPosition",
    "eb/megaMenuDropdownAnimation": "dropdownAnimation",
    "eb/megaMenuDropdownAnimationDelay": "dropdownAnimationDelay"
  }
}