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 don't tell how you're rendering the property, but I'm guessing you're using something along the lines @Model.MyProperty which html encodes the output. Try @Html.Raw() instead.
I want to add a property so my editor can insert a script at the bottom of some, not all, pages. I created a String property, but when the page renders, all the < and > get converted to html, < and > and so on. Is there a way to have something like this that will not convert and only display the content as it was entered? Using Epi 7.5.
Thanks!