Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CKEditor usage on content fields #9

Closed
sveetch opened this issue Mar 31, 2021 · 1 comment
Closed

Add CKEditor usage on content fields #9

sveetch opened this issue Mar 31, 2021 · 1 comment
Labels
Enhancement Feature enhancement

Comments

@sveetch
Copy link
Member

sveetch commented Mar 31, 2021

If django-ckeditor is installed, admin forms should enable CKEditor usage on some fields like Category.description, Article.introduction and Article.content. But not Article.lead which is used for meta information, so keep it in plain text.

@sveetch sveetch added the Enhancement Feature enhancement label Mar 31, 2021
@sveetch sveetch changed the title Add optional CKEditor usage on content fields Add CKEditor usage on content fields Apr 5, 2021
@sveetch sveetch closed this as completed in 3b64705 Apr 5, 2021
@sveetch
Copy link
Member Author

sveetch commented Apr 5, 2021

For now, this is not optional and django-ckeditor is in base requirements.

In future CKEditor usage should be moved to a contrib application with some mechanics so it could be optional and another editor could be used instead with another contrib app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Feature enhancement
Projects
None yet
Development

No branches or pull requests

1 participant