Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi,

I was wondering what is the smartest way to create a editable field on my Couch backend so that my client can inject code directly on the front-end (like Iframes for example);

Tried richtext but isn't working.

Thanks
The key would be to use type 'textarea' with 'no_xss_check' param set to '1', e.g. as follows -
Code: Select all
<cms:editable name='embed_video' label='Video embed code' type='textarea' no_xss_check='1' />

Hope this helps.
2 posts Page 1 of 1