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.
To get that smoth editorial experience in edit mode a correct ordering of the tabs play an important part. In most projects I tend to do a last minute check and change ordering and access rights. Unfortunately the Edit Tabs view in admin mode is a...
How hard should it be to parse an excel file and and present it as a html table? One would think that since Excel is so popular it would be super easy but in my experience it's not. The code im going to link to isn't my own but since it actually...
As all of you know media files in EPiServer are IContent which lets us add properties to handle for example meta data. This is great but how do we make the editors fill in those fields... I guess that it depends a lot of what type of target audien...
In CMS 6 there was a function in Admin mode where you could add an email address to wich a notification was sent if the license was about to expire. This functionality seems to have been lost from version 7. Atleast I haven't found it. In this o...
When testing a website one important piece for me is to validate that all content areas have the correct allowed types. Since I'm a developer I have compared the code to the specification. But reading this blog post about getting a list of allowed...