Skip to main content

A django-cms plugin which allow you to edit css background image or color from the edit mode

Project description

Description

djangocms-css-background is a django-cms plugin which allow you to edit css background image or color from the edit mode

Depends

Installation

  • use pip pip install djangocms-css-background

  • Syncronize the models: python manage.py syncdb (with south or django 1.7 use migrations)

  • Put in your INSTALLED_APPS: INSTALLED_APPS += ('djangocms-css-background', )

Usage

you can define your template like this:

{% load placeholder_attr %}

<div style="{% placeholder_attr 'My Background Css Placeholder' 'CssBackground' 'css_background' %}">
  {% placeholder 'My Background Css Placeholder' %}
</div>

remember to set the same name of a placeholder in the placeholder_attr name parameter.

after that set the provide a CSS Background plugin for this placeholder, and chose an image, or set rgb or rgba for a colored background

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

djangocms-css-background-1.0.4.tar.gz (4.0 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