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.
I recently needed to block the user / group option in the membership dialogs to only have the group option. I guess that it’s not a very common scenario but maybe it will be helpful to someone so here we go. The search user / group dialog in edit...
I have customers that have expressed a wish that when a editor enters edit mode the favourites tab should be the default instead of showing the page tree. I found a post by Allan Thraen which added an extra row to the context menu with using a...
The other day a colleague of mine got a report from a customer that when trying to use DOPE on certain pages an exception was thrown. First I thought that it was a problem with a custom property but after viewing the code for the page type which w...
If you check the EPiServer SDK they way to do it is by attaching to the EditPanel loadedpage event i Global.asax. What if you would like to to it for different pagetypes then? It would be no big thing to add a paget ype check and maybe make it...
The other day I had the pleasure of debugging some code which forced me to change value to a lot of page reference property in edit mode. I’ve always thought that it’s an unnecessary step to click the “…” button to in my experience often just clic...