A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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
5 years ago, when the first lines of code for EPiImage was written, the online world was very different from now, and so was EPiServer CMS. A lot has changed since version 5 including a radically new editor UI, and in the next release (7.5) we wil...
The EPiServer Most Valued Professional Program, more commonly known as the EMVP Program, is designed to promote professionals within the EPiServer developer community who are contributing with high class content (e.g. blogs, forums posts, code...
Using the Output channels within MVC requires a slightly different approach than with WebForms. So, I created a few Controllers A JsonController that handles the output for JSON. A XmlController that handles the output for XML. A TxtController tha...
A comment on my last post, "Custom output for EPiServer pages", said that it would me more clean to have content rendered based on content negotiation, rather than on a querystring parameter. I don’t look on an url segment as a querystring, and yo...
This blog can help developers if they are just starting development In EpiServer Find and CMS I summarized these from find documentation and different forum posts. To use the EPiServer integration we need the regular EPiServer Find .NET API as wel...
OK, so we all know how to translate the PageTypeName for the various pagetypes for the Editor, right? Pretty basic EPiServer stuff, here’s how to do that, in case you don’t remember: The above code shows the Norwegian editors the name “Artikkel” f...
What I needed I wanted to be able to render different output formats for a page created in EPiServer. My requirements were: Render the different output through a segment in the url, not through the querystring. Control over what gets rendered in t...
Using PlugInSettings for virtual role registration on application startup gave me errors when deploying to test, so I had to find another solution.