emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

CKEditor config_name #74

Open sveetch opened 6 months ago

sveetch commented 6 months ago

Is your feature request related to a problem? Please describe. Lotus try to use a specific config name for ckeditor settings to use on widget: https://github.com/emencia/django-blog-lotus/blob/master/lotus/forms/article.py#L23

But this is not documented anywhere, so user can not know about this feature and may think it is tied to the default ckeditor config name.

Describe the solution you'd like Properly documentate this behavior, it is most likely to be done in its own page and also update model field docstring to reference about it.

Describe alternatives you've considered This feature has not been really tested or even checked, we should ensure it is working correctly.