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.
The small things, the ones that take really not much time when implemented right at first opportunity (not delaying until … never). And how they will save a lot of project time down the road, for you developer and for … Czytaj dalej →
The default ContentArea rendering will generate something similar to: This is completly fine in most cases, but sometimes you have markup that you need total control of rendering. No wrapping tags I had such a situation. I used it for … Czytaj dal...
I always feel wrong when I need to do the most basic thing in Episerver development – adding a new page type. First options was to use “Add New Item…” dialog and make use of EPiServer CMS Visual Studio Extension. … Czytaj dalej →
Provided with all materials about Attaching to global event EpiServer, I would build (and I did couple times) code like this: This approach has one big problem – you deal with page far away from where it’s defined, you do … Czytaj dalej →
Fast example how to make ContentArea rendered as unordered list from blocks in EpiServer 7 MVC. Starting markup: That is very easy to achieve using CustomTag, CssClass, ChildrenCustomTagName, ChildrenCssClass: Block markup: Like you can guess,...