Hey Community,
i added allowedContent : true to my Code but
<p class="foo">Bar</p>
is still changed to
<p>Bar</p> :(
WHY?
thx for any hints...
<script type="text/javascript"> <!-- // CKEDITOR.replace( 'message', { extraPlugins : 'autogrow', autoGrow_maxHeight : 800, allowedContent : true }); //var editor = CKEDITOR.replace('message'); //--> </script>
Did you find a solution to
Did you find a solution to this?
yes... after couple of hours
yes... after couple of hours i find out it was a weird reg_exp in a subfunction :(
config.allowedContent = true -> classes still removed
where can i change that redularexpression
I has also same problem
can you help me out
Thanks you in advance
If you indeed lose classes
If you indeed lose classes even though ACF is disabled, then you should report a bug. I've just checked this and couldn't reproduce this, so maybe there's some additional requirement.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+