Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

HomeDev GuideRecipesAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide
GitHubNuGetDev CommunityOptimizely AcademySubmit a ticket

Optimizely developer documentation

How can we help you?

Try our conversational search powered by Generative AI!

AI OnAI Off

Plug in a gadget

Introduces the plug-in areas for gadgets in the Optimizely Content Management System (CMS) user interface.

To extend the editorial interface, you can plug gadgets into the navigation panel (left) and assets panel (right) with information related to the content. These gadgets can have a tab on the tab toolbar.

editorial interface, you can plug gadgets into the navigation panel (left) and assets panel (right)

When you create a plug-in for the edit view, the PlugInAreas attribute determines the rendering location set by the EPiServer.Cms.Shell.PlugInArea string constant:

  • AssetsPanel – Adds the plug-in as a gadget in the asset panel.
  • DefaultAssetsGroup – Adds the plug-in as a tab in the asset panel.
  • DefaultNavigationGroup – Adds the plug-in as a tab in the navigation panel.
  • NavigationPanel – Adds the plug-in as a gadget in the navigation panel.

Did this page help you?