World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
First of all, this is not a new concept but the API has changed since EPiServer 7.14. IUIDescriptorInitializer is now obsolete. So here’s my take on this. First we need an interface to “mark” the content types with: namespace DV { /// /// Interfac...
Every website should have a friendly 404 page. It’s also nice to give your clients the possibility to edit the content of the 404 page and maybe add a contact form as well. But how do we do it? First we need a model for the 404 page: namespace...
I’m still on my quest for clean markup and a nice editor experience. Please see my previous post how about to handle wrapping links . In this post I will cover a way to add wrapper markup to properties, that is only rendered in edit mode or when t...
this is a test
First off, there is a similar solution already in the Alloy templates. But this one is a bit more refined. So the problem. Lets say you have a block that represents a teaser, the teaser has a tagline, heading, image and link. When the editor has...