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.
While adding some Blocks to a project I was thinking of a concept that I’ve had in mind for a while. Some way to make it easier to hook your logic to EPiServer events such as creating pages, publishing pages. The project can be downloaded from my...
After my upgrade of Stockholm Pride to EPiServer 7 CMS (blog post coming soon) I wanted the project to be a bit more shiny with some Code Managed Page Types. I forked Erik Nordin’s utility to create classes for PageTypeBuilder in an existing...
I’m upgrading a quite old EPiServer CMS website that has been alive since about 2007 from EPiServer CMS 6 to EPiServer 7 CMS. Among the first things after using EPiServer Deployment Center to upgrade from CMS 6 R2 to 7 CMS is that I can’t use the...
We found a problem when having Nullable Enum values in our DDS objects. We got an error “Invalid cast from ‘System.Int32′ to ‘RoleData.MyEnum’.” when we tried to iterate through our repository. Others seem to have the same problem as well. Accordi...
I’m creating a “widget” where the client is supposed to be able to change color to a Teaser. The color options should be editable quite easily. The widget is added to the page by using Dynamic Content. So I’m using the PropertyDropDownList added i...