HomeGuidesAPI Reference
Submit Documentation FeedbackJoin Developer CommunityOptimizely GitHubOptimizely NuGetLog In

Plug in a gadget

This topic provides an introduction to the plug-in areas for gadgets in the Optimizely Content Management System (CMS) user interface.

How it works

To extend the editorial interface, you can plug in gadgets to the navigation pane and assets pane with information related to the content. These gadgets can have their own tab on the tab toolbar.

698

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 pane.
  • DefaultAssetsGroup – Adds the plug-in as a tab in the asset pane.
  • DefaultNavigationGroup – Adds the plug-in as a tab in the navigation pane.
  • NavigationPanel – Adds the plug-in as a gadget in the navigation pane.