Problems, need help? Have a tip or advice? Post it here.
5 posts Page 1 of 1
I am having trouble to put <script> inside editable region in cms admin panel.
What i am getting is http://prntscr.com/k5827a

How to achive this?

Thank you
try adding no_xss_check='1'

Code: Select all
<cms:editable name='video_id' type='textarea' label='Video ID (YT/Vimeo)' no_xss_check='1' />
potato wrote: try adding no_xss_check='1'

Code: Select all
<cms:editable name='video_id' type='textarea' label='Video ID (YT/Vimeo)' no_xss_check='1' />


Still having a same issue.. :/
are you using editable type of textarea?
potato wrote: are you using editable type of textarea?


Thank you, it was textarea
5 posts Page 1 of 1