Replies: 1 comment 1 reply
-
I wrote custom code to render a partial tree of navigation, passing more options to the view helpers and overwriting the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any guide how to use the new menu functionality? I think currently the documentation for the menu functionality is not present at all in the guides: https://guides.alchemy-cms.com/
I found the task to generate the menu partials inside the comments in the code for the
render_menu
method.I generated the menus for existing sites and I'm trying to migrate from the
render_navigation
andrender_subnavigation
methods, but I don't know if I have to write custom code in the partials in order:see
ability, it was used inside therender_navigation
method)render_subnavigation
)It's not a problem to write custom code, but I wonder if there was some guide or if it would be possible to have some hint to have the old functionality with the new structure / methods.
Thank you for your support!
Beta Was this translation helpful? Give feedback.
All reactions