Skip to main content

Some basic component plugins to make content with less involved HTML than directly using CKeditor for everything.

Project description

Some basic component plugins to make content with less involved HTML than directly using CKeditor for everything.

Requires

Install

First install package

pip install cmsplugin-blocks

Add it to your installed Django apps in settings like this :

INSTALLED_APPS = (
    ...
    'cms',
    'djangocms_text_ckeditor',
    'cmsplugin_blocks',
)

Then load its settings from your settings file:

from cmsplugin_blocks import *

And finally apply database migrations.

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

cmsplugin-blocks-0.4.0.tar.gz (8.5 kB view hashes)

Uploaded Source

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