djangocms-headings

djangocms plugin that implements HTML headings


License
MIT
Install
pip install djangocms-headings==1.0.1

Documentation

djangocms-headings

A Django CMS plugin that allows user to enter HTML headings (h1 to h6) as content.

Install

pip install djangocms-headings

Add djangocms_headings to INSTALLED_APPS.

INSTALLED_APPS = [
    ...
    'djangocms_headings'
]

Licence

MIT.