Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.
/ mega_menu Public archive

This module allows you to build mega menus with Drupal 8.

License

Notifications You must be signed in to change notification settings

oddhill/mega_menu

Repository files navigation

Mega menu

The mega menu module lets you create mega menus from existing menus by defining regions and blocks.

The recommended way to add menu items for use with the mega menu module is to add them to a menu through the module_name.links.menu.yml file in a custom module or profile.

Doing it like this will let you commit the menu items to your git repository and will make it much easier to transfer these items between different environments without having to copy database content.

Note!

This module is still under development and might have some flaws that still needs to be fixed.