Hi all,
I added 'psgtoolbar' in extraAllowedContent so that this won't get filtered out but the issue is that psgtoolbar's tag has some attributes which got stripped out.
This is what I put it inside the editor:
<psgtoolbar contenteditable="false" style="background-color:#E1E2E3"</psgtoolbar>
But all the attributes got stripped out so it just becomes this:
<psgtoolbar></psgtoolbar>
Could anyone help me on how to get those attributes ignored?
Handi
Did you check our
Did you check our documentation: Intro to ACF and Integration with ACF?
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Hi Sebstefanov,
Hi Sebstefanov,
Thanks for the documentation ref!
The samples in samples/datafiltering.html really helps me alot.
Wow.. great job in making this very configurable!
Handi
check this
Hi,
Check this for all ACF rules, it helped me a lot ACF rules.