Menu megadrop
Categories
Component ID
2904356
Component name
Menu megadrop
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
130
Component created
Component changed
Component body
Allows to add megadropdowns entity to menu items
Currently requires an addition to the 'menu.html.twig' template to function.{% if item.megadrop %}{{ item.megadrop }}{% endif %} should be appended after '{{ link(item.title, item.url) }}'
