romanvm / django-tinymce4-lite

TinyMCE 4 editor widget for Django
MIT License
126 stars 47 forks source link

Customize toolbar #15

Closed gusarg81 closed 7 years ago

gusarg81 commented 7 years ago

Hi,

I am testing the latest stable version of django-tinymce4-lite (switched from django-ckeditor because is not working on ajax calls) and I wonder if there is a way to customize the toolbar in settings.py (like django-ckeditor) or another place.

django-tinymce4-lite: v1.4.2 django: v1.11.4

Thanks in advance.

gusarg81 commented 7 years ago

Ok, nevermind i just figured it out by reading the source code that you can do it with TINYMCE_DEFAULT_CONFIG inside settings.py (is this on the docs? Because I didn't find it).

romanvm commented 7 years ago

is this on the docs? Because I didn't find it

"Configuration" section name might have given you a hint: http://romanvm.github.io/django-tinymce4-lite/configuration.html#configuration

gusarg81 commented 7 years ago

Ops, sorry. Missed that one. There is no need to be rude :) Thanks a lot!