Skip to main content

Style Plugin for django CMS

Project description

Aldryn Style provides a plugin that wraps other plugins in CSS styling, by placing a class name on a containing element.

Installation

This plugin requires django CMS 2.4 or higher to be properly installed.

  • Within your virtualenv run pip install aldryn-style

  • Add 'aldryn_style' to your INSTALLED_APPS setting.

  • Run manage.py migrate aldryn_style.

Usage

You can define styles and tag-types in your settings.py:

# define this lambda if it isn't already defined in your settings...
_ = lambda s: s

ALDRYN_STYLE_CLASS_NAMES = (
    ('info', _('info')),
    ('new', _('new')),
    ('hint', _('hint')),
)

ALDRYN_STYLE_ALLOWED_TAGS = [
    'div', 'p', 'span', 'article', 'section', 'header', 'footer',
]

By default, if ALDRYN_STYLE_ALLOWED_TAGS is not supplied, or contains an empty list, then it will default to the following list for backwards compatibility with previous versions:

ALDRYN_STYLE_ALLOWED_TAGS = [
    'div', 'article', 'section', 'span', 'p', 'h1', 'h2', 'h3', 'h4',
]

NOTICE:

All tags included in this list should be "paired tags" that require a
closing tag. It does not make sense to attempt to use 'button', 'input',
'img', or other self-closing tag in this setting.

Also, the developer is advised to choose the tag-types wisely to avoid HTML
validation issues and/or unintentional security vulnerabilities. For
example, the 'script' tag should never be allowed in
``ALDRYN_STYLE_ALLOWED_TAGS`` (though, we do not prevent this). If you have
an application where you find yourself wishing to do this, please see
djangocms-snippet or aldryn-snippet as an alternative, but note these
projects also come with appropriate security warnings.

After that you can place any number of other plugins inside this style plugin. It will create a div (or other tag-type) with a class that was prior selected around the contained plugins.

Translations

If you want to help translate the plugin please do it on Transifex:

https://www.transifex.com/projects/p/django-cms/resource/aldryn-style/

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

aldryn-style-1.1.1.tar.gz (20.0 kB view details)

Uploaded Source

File details

Details for the file aldryn-style-1.1.1.tar.gz.

File metadata

File hashes

Hashes for aldryn-style-1.1.1.tar.gz
Algorithm Hash digest
SHA256 e69daffd5382bb9f41c1183fbf49ea29bdec899e30e2020a3d5a1ec541db306b
MD5 e66a0a894ecbc966cb6101d6cbd0e905
BLAKE2b-256 dcfe200a6c3da737867b7280ebed0705adb929067c94232bf47e0cf5af08f8a2

See more details on using hashes here.

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