Tree Context Menus
You can easily add context menus to different tree's and sections, all trees have aliases, and sections have aliases. You can find the section aliases here https://github.com/YodasMyDad/ZauberCMS/blob/main-mvc/ZauberCMS.Core/Constants.cs#L66
To create a new context menu, you just need to implement the ITreeContextMenu
I created a video showing how you can easily add your own within 2 minutes
All trees in ZauberCMS are created using the ITreeContextMenu so have a look in the source code and you can see how we are doing all of them
Last updated