🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

djangocms-rawhtml

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djangocms-rawhtml

Raw HTML Plugin for DjangoCMS with HTML code editor.

1.3.0
100

Supply Chain Security

100

Vulnerability

99

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Maintainers
1

djangcms-rawhtml

DjangoCMS Plugin that lets you insert raw HTML code into a page.

A raw HTML plugin may be a bit of a CMS anti-pattern, but every now and then there are times when inserting a little block of HTML code is needed to get a job done quickly.

This Plugin combines the ideas of cmsplugin-raw-html <https://github.com/makukha/cmsplugin-raw-html>_ with code-editor-django-admin <https://mr-coffee.net/blog/code-editor-django-admin>_ by giving you a nice HTML editor CodeMirror <http://codemirror.net/>_ to edit the code in rather than a default TextField.

Installation

  • Install via pip::

    pip install djangocms-rawhtml

  • Add to your INSTALLED_APPS (in settings.py)::

    INSTALLED_APPS = ( ... 'djangocms_rawhtml', ... )

  • Run migrations::

    python manage.py migrate djangocms_rawhtml

  • "Raw HTML" should now be available as a plugin in the CMS!

Configuration

In your settings.py you can set:

CODEMIRROR_THEME : (Optional) The name of the codemirror theme you would like to use (just the name, don't include the .css part). Will use default if not set. See: https://codemirror.net/theme/ for a list of themes.

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