kunstmaan/menu-bundle

Generated files

config/packages/kunstmaan_menu.yaml

#kunstmaan_menu:
#    menus:
#        - main_navigation
#        - footer_navigation
#
# This is example configuration code. You can add as many menu's as you like

config/routes/kunstmaan_menu.yaml

KunstmaanMenuBundle:
    resource: "@KunstmaanMenuBundle/Resources/config/routing.yml"
    # If your site is not multi language, remove the "{_locale}/" part of prefix and requirements
    prefix:   /{_locale}/
    requirements:
        _locale: "%kunstmaan_admin.required_locales%"