Skip to main content

Rich-text editor for Django Wagtail CMS

Project description

Wagtail CKEditor plugin

This is a Wagtail plugin, which allows CKEditor to be used as an internal editor instead of hallo.js or draftail.

Requirments

Wagtail 2+ Django 3+

How to install

Include wagtail_ckeditor in your INSTALLED_APPS.

Ensure that you have this entry in your settings.py file.

WAGTAILADMIN_RICH_TEXT_EDITORS = {
    'default': {
        'WIDGET': 'wagtail_ckeditor.widgets.CKEditor'
    }
}

There are several options you can add to your settings.py file.

WAGTAIL_CKEDITOR_CONFIG = {
    "language": "ru",
}

Inspired by:


Richard Mitchell (https://github.com/isotoma/wagtailtinymce.git) mastnym (https://github.com/mastnym/wagtail-ckeditor)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail-ckeditor-1.2.2.tar.gz (334.6 kB view hashes)

Uploaded Source

Built Distribution

wagtail_ckeditor-1.2.2-py3-none-any.whl (392.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page