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.
Three years ago I did a admin plugin that give developer or admins a quick way to delete properties that no longer are defined in code. I still use it in all my projects but it's still happens that some missing properties slip away, especially whe...
A while back I did a custom plugin that allowed admins to reorder tabs using drag and drop. Another thing I always wanted to be able to do easier is to change the sortorder of content types and also set access rights. It's possible today but it'...
If you are using Find it's important to know that the default behaviour is that Find replaces EPiServer.Search as the default search provider. Maybe it's common knowledge but I for sure didn't know that and got a bit suprised that one of our...
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...