Episerver Posts

Security fix in Optimizely CMS 11

If your organization uses Optimizely CMS 11, it’s a good idea to update to the most recent version. The EPiServer.CMS.UI package, a core component of Optimizely CMS 11, has been identified to contain a high-severity security vulnerability. This flaw is linked to the Microsoft.AspNet.Identity.Owin package, which is utilized within the CMS for identity management. Issue…

Optimizely Graph – GraphQL Query for Website Navigation

The new Optimizely Graph makes it possible to implement a headless website by giving full control to the client with the utilisation of GraphQL. The first GraphQL query you’re likely to need will be a fetch of your website navigation. And since Optimizely CMS has a built in control called “Display in Navigation”, you’ll want…

Programmatically updating Episerver Forms Validators

If a requirement comes your way to programmatically update the validators that are present on your Episerver Forms element(s), the snippets below will help! Validators are registered in a slightly peculiarly way – it’s a single string property, which contains a delimited list of the validator type names: The delimiter does have a strongly-typed constant…