Try our conversational search powered by Generative AI!

Get the latest!

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

Syndication and sharing

loading
  • Posted on: Mar 31, 2020
    Rating:

    Episerver allows to store configurations using Options attribute. This is a code-first approach, where class decorated with the [Options] attribute, will be used as a config. There are few advantages of this approach: Same setup everywhere -...

  • Posted on: Mar 31, 2020
    Rating:

    Several features to improve the client-side rendering in OPE have been tested with beta customers for a while. With EPiServer.CMS.UI 11.24.0, they have finally dropped the beta tag. The features are: contentSaved : introduced in CMS UI 10.12.0 (...

  • Posted on: Feb 25, 2020
    Rating:

    As of EPiServer.Labs.BlockEnhancements 0.7.0  it will support sending some telemetry data to help the CMS UI team determine which of the many great improvements should be fully supported, with all the complicated combinations of Languages, Content...

  • Posted on: Dec 17, 2019
    Rating:

    TL;DR By popular demand we are working hard to bring ASP.NET Core support to Episerver in 2020. The first official beta drop is planned for the beginning of the year, if you want to see how things are shaping up and help us build a stack that work...

  • Posted on: Nov 19, 2019
    Rating:

    Episerver CMS Labs are CMS add-ons that solve a big problem in a small way, where the "happy paths" of a user flow are tested and fixed, while other paths and scenarios are left aside. The Labs are open sourced on Episerver's GitHub account so tha...

  • Posted on: Nov 07, 2019
    Rating:

    What happened? Recently, I found out some problem with EPiServer.Url objects, mostly because of its serialization. Let's start with a demonstration like this: // The page model [ContentType GUID="..."] public class MyPage : PageData { [EditorDescr...

  • Posted on: Nov 07, 2019
    Rating:

    I recently held a presentation at Ascend Stockholm 2019 about how you can create a custom property editor using only react. That is to say, you don't need to write any dojo code. I started by asking the room if they had ever created a custom...

  • Posted on: Nov 06, 2019
    Rating:

    We added a new major improvement to the block publishing that I would like to share with you. Previously, the editors were able to only inline edit existing blocks. However, whenever a new block was needed then they still had to use the default...