Take the community feedback survey now.
Take the community feedback survey now.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
In this blog post I'm sharing a little sneak peek of the editor experience working with an enterprise DAM like Digizuite integrated into Episerver. Early February 2019, at the Episerver Partner Close-up in Stockholm, you can visit Digizuite stand ...
In Commerce 10.1, we added a feature to allow you to exclude items from the promotion engine. Some items - such as gift cards - can be seen as "money" and should never be discounted, or used as a condition to calculate other discounts. That is a...
In the next release of CMS UI (11.17.0) , we will be releasing some enhancements for waste baskets. The enhancements are small, but hopefully they will help editors while working with the waste baskets. 1. Adding more information about each item...
When you are dealing with Active directory to handle your authentication you need to make sure that it passes right roles to your application. In case of Federation Security you need to pass the roles as series of "role" claims. Note: System.S...
While researching about how to get all blocks of an specific type we found that the only available solution was to use the ContentModelUsage API . However, if some of the blocks are not referenced in a page this API will not be useful. Moreover, i...
This will be a very simple blog post but it might come in handy when you want to add (complex) logic to validate property list items with a custom class. Let’s presume we have a page with a property list of type CustomData . [ContentType(GUID =...
In the latest version, you still have a repository. However, instead of using a class, you should ask for an interface - IScheduledJobRepository . It still has the same set of methods: Get(Guid id):ScheduledJob Get(string method, string typeName,...
While working in a project for a client, we had to develop a media importer process which had to save several Pdfs and Excel files to the CMS. The files were inside a zip file in conjunction with a json configuration file which details the...