-
I'm upgrading AlchemyCMS from v4.2.4 to v4.6.2 and since I have a huge menu and many websites, I was searching a way to automatically generate the menu entries from my existing page tree, without having to add each node manually. Is it already possible to do? I was searching documentation about the menu and I found that this link is broken. If it's not possible to do it, could you point me in some direction to be able to write a script for that? I think AlchemyCMS should have a method to return the page tree used in the menu and from there maybe I could be able to generate the new nodes for the menus. Thank you for your support! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Yes, in v4.6 there is a rake task
https://github.com/AlchemyCMS/alchemy_cms/blob/4.6-stable/lib/tasks/alchemy/convert.rake#L37 You can find available rake tasks with
|
Beta Was this translation helpful? Give feedback.
Yes, in v4.6 there is a rake task
https://github.com/AlchemyCMS/alchemy_cms/blob/4.6-stable/lib/tasks/alchemy/convert.rake#L37
You can find available rake tasks with