Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Maybe it makes sense to build a custom protected module with a top-level menu item. You could supply navigation by implementing IMenuProvide and supply the menu options. https://docs.developers.optimizely.com/content-cloud/v12.0.0-content-cloud/docs/configuring-shell-modules and https://docs.developers.optimizely.com/content-cloud/v12.0.0-content-cloud/docs/extending-the-navigation might be source for inspiration.
Is there a way to have a custom admin section function like the built-in admin section?
For example, optimizely has the built in "Tools" tab and within that, there is a list of tools that can be clicked on and interacted with. I would like to make a "Custom Tools" section and have a list of custom tools that works and looks like the built-in one.
I know how to create the "Custom Tools" tab but I want to know if there is a way to get the look and feel of the content of the built in-tab inside my custom tab without having to rebuild that functionality in react. We have about 20 different tools so just adding them as tabs under the main navigation would be too messy.