London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I've found the documentation for adding MenuItems:
https://docs.developers.optimizely.com/content-management-system/docs/adding-and-configuring-menu-items#extend-the-user-settings-menu-using-menu-provider
How ever. How do add a menu item for the Admin > Administer Users -> [USER]?
Which path is this? "/global/..."
In the old CMS 11.17.x you did this:
/global/cms/admin/[USERNAME]?
You should try instead "/global/cms/admin/mycustommenu" so that it extends within the admin menu and it should appear.
Take a look at this blog post - https://world.optimizely.com/blogs/mark-stott/dates/2021/8/extending-the-admin-interface-in-optimizely-cms-12/
However, I am unsure if you could add a sublevel item beneath the existing subitem.