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.
AI OnAI Off
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.
You can write your own handler that rendering the content area. (https://world.episerver.com/documentation/class-library/?documentId=cms/7.5/C2943161)
Read more about it here in the blog by the great @valdis!
https://blog.tech-fellow.net/2015/06/11/content-area-under-the-hood-part-3/
Hi, I want to add a CSS class to the wrapping div of all ContentAreas. To do this with one ContentArea is easy:
The problem with this solution that I have to add this to all content areas in all views. Is there a better way to do this?