An Episerver add-on to view multi-lingual properties
This module adds a GUI plugin to the admin section of the Episerver CMS that allows you to navigate the content tree and preview the value of properties across all languages on a single screen.
- Added CMS link for content references
- Added thumbnails and links for Images
- Added loader when content is loading
- Added rendering for content area items
- Added rendering for link items
- Updated to latest jsTree version
- Updated styling to match standard Epi content tree
- Fixed so that all pages are displayed regardless of master language
Initial version
The add-on uses the string representation of a property so will only display helpful information for supported properties (string, bool, int), properties with a comprehensive ToString method, and properties on local blocks.