You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

leonardo-module-redactor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leonardo-module-redactor

leonardo-module-redactor is a lightweight responsive wysiwyg editor for Leonardo

2015.5.0
pipPyPI
Maintainers
1

========================= Leonardo Redactor Wysiwyg

A lightweight wysiwyg editor for Leonardo

.. contents:: :local:

Installation

.. code-block:: bash

pip install leonardo-module-redactor

or as leonardo bundle

.. code-block:: bash

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

.. code-block:: bash

python manage.py sync_all

# or

python manage.py collectstatic --noinput

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts