Add custom menu (Action) option to Content Section
I need to add a custom menu option for the existing content section. I haven't found any documentation on how to simply extend the content section menu, but did find plenty of documentation on creating a new section with custom tree and action menu.
I don't want to redo the whole logic for the content section, just add a menu option. Can anyone point me in the right direction?
Add custom menu (Action) option to Content Section
I need to add a custom menu option for the existing content section. I haven't found any documentation on how to simply extend the content section menu, but did find plenty of documentation on creating a new section with custom tree and action menu.
I don't want to redo the whole logic for the content section, just add a menu option. Can anyone point me in the right direction?
Hi Carlos,
The document describes how to do this https://our.umbraco.com/documentation/Extending/Section-Trees/trees#menurendering
Basically you handle the event, and add your own action to the menu items provided by the event args.
HTH :)
is working on a reply...