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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wagtail-ckeditor-1.2.2.tar.gz.
File metadata
- Download URL: wagtail-ckeditor-1.2.2.tar.gz
- Upload date:
- Size: 334.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.9 Linux/5.17.4-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b5a2d520245eafd7ab63d30b1c58d43f3b9262fb937a94bef696733b8430b15
|
|
| MD5 |
455eb7963756cab597dde5c21b0c7ab5
|
|
| BLAKE2b-256 |
2533bc0426e8164ecbfa864001256b6b8d81ecd9a429f5f68cab95d0b69c7a20
|
File details
Details for the file wagtail_ckeditor-1.2.2-py3-none-any.whl.
File metadata
- Download URL: wagtail_ckeditor-1.2.2-py3-none-any.whl
- Upload date:
- Size: 392.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.9 Linux/5.17.4-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fc2d1ab568ce056b2b3570851e16bce9ced5201ab5eafbd971084366112b4be
|
|
| MD5 |
6562a0ee92b7aebaccfb219a2ba1f453
|
|
| BLAKE2b-256 |
af61550de0badcf217a52ace360c61c5636bc70ef4b2df672aeeba9dca9f7ea3
|