Remapping Optimizely Dynamic Data Store
Optimizely DDS is a powerful feature for storing and retrieving custom .NET objects. Adding new properties to an object type class that is missing mapping attributes can be a challenge, but by... 0 comments
All articles in the cms 9 category
Which topic are you interested in?
Optimizely DDS is a powerful feature for storing and retrieving custom .NET objects. Adding new properties to an object type class that is missing mapping attributes can be a challenge, but by... 0 comments
JavaScript frameworks such as Angular, React, and Aurelia, are powerful for creating engaging and interactive websites. However, these frameworks tend to want to own the HTML DOM, which may have an... 0 comments
How do we deploy a website continuously, without any anxiety, downtime, or degraded performance? This post outlines the tools and processes we use to accomplish zero downtime deployments of Episerv... 0 comments
Episerver recently released a major version update, which comes with a few breaking changes that need to be addressed when upgrading to Episerver CMS 10. 0 comments
Markdown is a light-weight text formatting syntax, suitable for multiple channels and content APIs, not just for web pages. In this post we implement a custom Episerver editor to provide users with... 0 comments
Web editors sometimes overlook the fact that properties may have helpful descriptions available by hovering property names in edit mode. This simple example demonstrates how to add an icon in edit... 0 comments
This code snippet shows how to add an asterisk to the property names of all required properties in Episerver. 0 comments
This code sample demonstrates how to force form editing for specific content types in Episerver, for scenarios where on-page editing isn't practical. 0 comments
This time we're creating a custom Dojo widget as an editor for string list properties, making use of the new PropertyList type that was introduced in Episerver 9. 0 comments
In this example we replace the default editor for image properties in Episerver to display a thumbnail of the selected image, but a similar approach could be used to replace the editor for any... 0 comments