pydanny / django-wysiwyg

A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
http://django-wysiwyg.readthedocs.org
MIT License
465 stars 63 forks source link

allow overriding editor via a templatetag parameter, rather than alwa… #56

Closed caffodian closed 8 years ago

caffodian commented 8 years ago

Hi, thanks for the package! It helps take away from some of the boilerplate to drop in WYSIWYG editors.

I have a bit of a weird use case where I'm supporting allowing the user to select an editor, so this PR is just to allow passing in an "editor_override" to the templatetags which trumps the Django setting.