https://github.com/zone/zone.episerver.propertyviewer
An Episerver add-on for previewing multilingual properties
https://github.com/zone/zone.episerver.propertyviewer
asp-net-mvc c-sharp episerver
Last synced: 2 months ago
JSON representation
An Episerver add-on for previewing multilingual properties
- Host: GitHub
- URL: https://github.com/zone/zone.episerver.propertyviewer
- Owner: zone
- License: mit
- Created: 2019-04-17T15:13:56.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-22T03:23:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T09:16:54.722Z (4 months ago)
- Topics: asp-net-mvc, c-sharp, episerver
- Language: C#
- Homepage:
- Size: 27.7 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zone.Episerver.PropertyViewer
An Episerver add-on to view multi-lingual propertiesThis 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.

## Release notes
### 1.1.0
- 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### 1.0.0
Initial version## Limitations
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.