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
With the release of CMS UI 11.36.2 it is now possible to resolve the current loaded content context from anywhere you may need. It might be useful if you need any custom logic in any of the Content Events: [ModuleDependency(typeof(EPiServer.Shel...
With the release of CMS UI 11.36.0 it is now possible to annotate any model property with a new attribute from EPiServer.Cms.Shell.UI.ObjectEditing namespace called ReloadOnChangeAttribute . Imagine a simplified scenario - we have a list of...
Maybe you noticed we announced the public preview for CMS 12 a few months ago? CMS 12 natively supports .Net 5 and with it a more portable CMS which no longer requires Windows or IIS. If you like Node.js this is good news, since you can more easil...
In this sixth - and final - installment of the "Into Foundation-Spa-React" series, the focus is on the service container bundled within the Foundation Spa React and how it might be leveraged when building your own solution based upon the core...
With the fifth installment of the " Into Foundation-Spa-React " series, the focus shifts from the backend and high-level frontend implementation towards one of the key capabilities the SPA offers to enable you to not only provide content from with...
In this fourth installment of the " Into Foundation Spa React " series, we move to the front end and investigate how that works. This will be a three-part section (parts 4, 5, and 6), where I'll first dive into the basics of implementing the...
In the third installment of the " Into Foundation Spa React Series ", I'm adding SEO, Accessibility, and a Separated Frontend Workflow. The code for this can be found in the Foundation.SpaViewEngine project, which is part of the Foundation Spa Rea...
Continuing the " Into Foundation Spa React Series ", the first stop we make is the enabling of feature parity with MVC CMS and all editor productivity tooling that comes with that. This post focuses on the backend, so we won't be looking at any...