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!

Loading...
Area: Optimizely CMS
ARCHIVED This content is retired and no longer maintained. See the latest version here.

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.

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.

Related topics

Last updated: Sep 21, 2015