wesleyboar / Core-CMS-Plugin-Offset

A DjangoCMS plugin (for TACC Core CMS) to offset content from surrounding content.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texas Advanced Computing Center

Django CMS Plugin: "Offset"

This plugin offsets the content of nested plugin instances from surrounding content.

  • __dist-name__: djangocms-tacc-offset
  • __package_name__: djangocms_tacc_offset
  • __ClassName__: TaccsiteOffset
  • "Plugin Name": "Offset Content"

Quick Start

  1. Follow https://github.com/tacc-wbomar/Core-CMS-Plugin/wiki/Core-CMS-Plugin-Usage-Quick-Start.

Usage

  1. Add instance of plugin to a page.
  2. Configure the plugin instance.
  3. Nest any plugin instance(s) inside it.
  4. See plugin render nested plugin offset from surrounding content.

Features

  • Wraps plugin instances in an <aside>.
  • Offsets nested content in the direction configured.

Caveats

  1. The provided styles are only a sample and are not suitable for all designs.

Your app should override the template or stylesheet to load its own styles.

About

A DjangoCMS plugin (for TACC Core CMS) to offset content from surrounding content.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 75.4%Language:CSS 16.1%Language:HTML 8.5%