jazzband / django-tinymce

TinyMCE integration for Django
http://django-tinymce.readthedocs.org/
MIT License
1.26k stars 317 forks source link

Customise filebrowser dialog title #336

Open christianwgd opened 3 years ago

christianwgd commented 3 years ago

Is there a way to customise the filebrowser dialog title?

Found the filebrowser.js template where it is initialised rather static with the value "Django Filebrowser". Overriding this value by overriding the template worked after reordering the apps in INSTALLED_APPS but seems also static.

Maybe its better to add it here: https://github.com/jazzband/django-tinymce/issues/272, so that you can change the title according to the app it is used by.

What do you think?

claudep commented 3 years ago

@oruehenbeck, maybe an idea here?