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.
Have made myself a dojo property for selection images. Noting fancy, but I though I should share some of my findings when creating a dojo property. There is some examples out there, but another one can’t hurt. The basic concept here is that you ca...
Dynamic properties was great for having properties that is inherit. But the new interface of EPiServer 7 makes this a bit difficult. One solution is to modify the EPiServer: Property code so it allows for finding the property that have value up in...
It is possible in EPiServer 7 to make a preview page, where you can edit the blocks properties and show how it will be displayed in different settings. But some times you are making a block that will be displayed in other blocks, and you want to...
One nice feature in EPiServer 7 is the ability to render content based on tags and type. But sometimes you want to add temporary items to a collection and then render them. This can be a RSS feed, or if you want to add one link list with and...
Sometimes one would like to enable users to upload files in a Xform. Based on my blog post about extending xforms , I have added an upload function. I check if an textbox have a css class called FileUpload. If it has it will replace that textbox...