search
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.
I'd like to be able to store an XHTML code block in a proprty on one of my page types but it doesn't seem to be going my way. I saw that there is a property called XHTML String but it can't take more than 255 characters. If I use a long string and switch to HTML-mode I can add my code, a javascript in this case, but when I save and pubilsh my code it's gone.
I guess there's a really simple way to do this but it's probably passed me by. Has anybody done this?