A lightweight wysiwyg editor for Leonardo
Installation
pip install leonardo-module-redactor
or as leonardo bundle
pip install django-leonardo["redactor"]
Add leonardo_module_sentry to APPS list, in the local_settings.py:
APPS = [
...
'leonardo_module_redactor'
...
]
REDACTOR_OPTIONS = {
'lang': 'en',
'plugins': ['table', 'video', 'fullscreen', 'fontcolor', 'textdirection']}
REDACTOR_UPLOAD = 'uploads/'
Sync static
python manage.py sync_all
# or
python manage.py collectstatic --noinput
Release files for leonardo-module-redactor 2015.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| leonardo-module-redactor-2015.5.0.tar.gz | 54.3 kB | Details |
Release files / leonardo-module-redactor-2015.5.0.tar.gz
| Download URL | leonardo-module-redactor-2015.5.0.tar.gz |
|---|---|
| Size | 54.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a455df4a94f872de2996749af58d96277f2ce4581a0aabb42fb55d67a34e610a
|
|
BLAKE2b-256 checksum How to use checksums |
ccf01373045cca7b7dd8c16a40a18900181ffffbc9bad94f200e44ee2c6f970f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |