A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
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...
In CMS7 there are a couple of new things that can be localized. I hadn’t had the time to check it out but a question in the forums about localization of “GroupName” on page types got me curious. Localization of page types and properties are the...
I’ve been tinkering a bit with EPiServer Mail recently and the customer wanted the site visitors to be able to subscribe to the site newsletter using the standard built in source. As you may or may not know the standard mail recipient source only...