CKEditor allowedContent

Permalink
I need to paste a form tag into a content block but CKEditor strips the form tags out.
I know MrKarlDilkington's site.php config but I really don't know where and how to write the 'allowedContent' => true, line.
Any idea? Thank you.

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi carli,

The following pull request and gist cover how to use custom CKEditor configuration.
https://github.com/concrete5/concrete5/pull/5920...
https://gist.github.com/MrKarlDilkington/5a14cf2c8aca511c8c9d2026e07...

Instead of allowing form elements to be used in the Content block, I recommend adding it using the HTML block.