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.
Have you ever got a customer requirement saying the want a document with all the page types and their properties for a manual or something? I guess that it’s fairly common. Doing this in a word document is tedious and will be out of date almost...
At least since EPiServer 4 the page archiving functionality have been the same. You setup the archiving scheduled job and after that it’s up to the editors to set a date for when the page should stop being published and where the page should be...
The other day the first task was to build a subscription page. The Alloy demo templates doesn’t contain an example so I needed a quick brushing up on the topic. The conclusion is that subscriptions work in the same way as in older versions of...
Creating an admin plugin is easy. But making it look good and blend in with the core components isn’t documented at all. In this blog post I will try to shed some light on how to achieve the EPiServer built in look and feel. Initial setup After...
When developing your site and refactoring property names on page- and block types you can end up with some “missing” properties when you view them in admin mode. Per Bjurstrom has a nice blog post about how typed models are synchronized . If you...