Does anyone know how to get the advancedContentFilter working in the django-ckeditor config settings? Im trying to filter pasted in p tags to remove style attributes. Im using the following in settings.py but it does'nt seem to register.
CKEDITOR_CONFIGS = {
'allowedContent':'p',
}
This works for me
CKEDITOR_CONFIGS = {
'default': {
'removePlugins': 'stylesheetparser',
'allowedContent': True,
},
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With