websolutions / object-renderer

WSOL object renderer is a framework that allows for tagging of views for objects.
MIT License
0 stars 0 forks source link

WSOL Object Renderer

The Object Renderer is designed to mimic the EPiServer rendering engine that allows views for objects, which can support tagging to change how objects display, or hide them altogether.

Getting Started

Add WSOL's NuGet feed as a package source in Visual Studio. Below is the feed source:

http://nuget.wsol.com/api/

Instructions for adding package sources can be found at:

https://docs.nuget.org/consume/package-manager-dialog#package-sources

Build Instructions

Checkout this solution and install the following NuGet packages:

Build and deploy the following files to an Ektron CMS site

Or NuGet Install

Alternatively, obtain the built Nuget package from the WSOL NuGet feed for:

WSOL.ObjectRenderer

Code Samples

Usage examples can be found in the WSOL.EktronCms.ContentMaker.Samples project source code.

Important Information