November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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!