World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
In one of our project I had to refactor a code responsible for generating XML feed. The feed contains information like title, description and URL. There are three languages enabled for the site: English, Swedish and Norwegian. All pages was first...
As we know EPiServer edit mode components, both built-in and custom, are implemented in a modular way. It means that they are isolated to each other. Yet when developing new features sometimes there is a need of creating dependencies between the...
I prepared a small improvement for Content Selector property. Standard property is a label displaying selected content name and a button used to selecting a content. After editor selects an item it’s hard to determinate the ID of the selected...
A while ago I saw a forum question about how to Enable/Disable SelectItem in SelectionFactory. I thought that it could be interesting to describe how to implement it. Standard checkbox list Let’s start from the basic SelectionFactory usage. To...
My colleague got a task to create a way of localizing file metadata. The requirements were to be as close to regular page translations that come out of the box. Unfortunately EPiServer does not support this kind of functionality yet so he needed t...