nephila / django-ckeditor-filebrowser-filer

A django-filer based CKEditor filebrowser
BSD 3-Clause "New" or "Revised" License
24 stars 42 forks source link

FilerImage custom css works not #33

Open svandeneertwegh opened 6 years ago

svandeneertwegh commented 6 years ago

Hi,

Thanks for the new version.

I ran now across some other problem..

In the FilerImage plugin in CKeditor, you can specify on the second tab, custom css code.

Like i have placed an image through Filer in django-ckeditor and i want to give it padding: 10px; custom style.

But the ckeditor doesnt accepts it after hitting the ENTER button..

I checked allowedContent=True and removed stylesheetparser plugin from CKeditor config..

Does anybody know what this could be?

Greetings