django-modeltranslation
django-modeltranslation copied to clipboard
Quill Rich Text Editor implementation
Hi,
i'm trying to implement the quill rich text and I have some trouble implementing that in the admin because it don't put the tabs and don't group them.
I saw this commit that you implement for the summernote (https://github.com/deschler/django-modeltranslation/commit/fd5a8cb6da6fef879b76c080ed077dab99cd1eb3) to work with the iframe.
Quill uses a div, after digging a little I added on the widget template a class 'mt' on that div and in the 'tabbed_translation_fields.js' I added a div where you added the iframe and it works. Can I do it better or it's the right way to do? If so can you implement this feature?
Best regards, Hélio Correia
:+1: