Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.11 KB

EPiCode.ContentInspector

The Content Inspector is an UI addon for Episerver which helps you get a better overview and improved navigation of complex content structures. Very useful for nested blocks/content.

Features

  • A new menu item for content area, allowing you to inspect the selected content
  • Preview of content
  • Simple navigation to nested content.
  • Works with any IContent type, including commerce items and forms.
  • Displays visitor groupings
  • Inspect current content using via the tools menu
  • Display additional properties using the Inspectable attribute
[Inspectable]
public virtual string Heading { get; set; }

More information at http://world.episerver.com/blogs/Per-Magne-Skuseth/Dates/2017/2/content-inspector/

Configuration

To set the base url used by rastarization for previewing, you can add the following to appSettings:

<add key="ContentInspector.RasterizeBaseUrl" value="/static/css/" />