Hi guys,
i noticed that my classes in p tags getting stripped even if i configured the ACF in config file.
<p class="test">Test</p> --> <p>Test</p>
Config:
....
'menu' : {styles:'*',attributes:'*',classes:'*'},
'p' : {styles:'*',attributes:'*',classes:'*'},
'div' : {styles:'*',attributes:'*',classes:'*'},
.....
Any ideas?
Thanks a lot.
Byebye
Hi,
Hi,
no ideas? I haven't found an error in the config yet.
thank you, byebye
I've just checked this:
I've just checked this:
And everything is fine - classes are not stripped out. The same if I used allowedContent instead of extraAllowedContent.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
HI reinmar,
HI reinmar,
thx for your time. I will reduce my config to a minimum, to avoid cross problems with other annotations and give feedback to the status.
Thank you, byebye