wesleyboar / Core-CMS-Plugin-Data-List

A DjangoCMS plugin (for TACC Core CMS) to render a data dictionary as `<table>` or `<dl>`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texas Advanced Computing Center

Django CMS Plugin: "Data List"

This plugin renders a data dictionary as <table> or <dl>.

  • __dist-name__: djangocms-tacc-data-list
  • __package_name__: djangocms_tacc_data_list
  • __ClassName__: TaccsiteDataList
  • "Plugin Name": "Data List"

Quick Start

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

Usage

  1. Add instance of "Data List" plugin to a page.
  2. Configure the plugin instance.
  3. Add and nest instance(s) of "Data List Item" plugin (key/value pair).
  4. (Optional) Add and nest plugin instances for extra feature.
  5. See plugin render content that matches configuration and nested plugin instances.

Features

  1. Render a list/dictionary of data as <table> or <dl>.

  2. Uses supported, nested plugin instances to incorporate extra features.

    feature supported by
    item key as hyperlink djangocms_tacc_data_list

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 render a data dictionary as `<table>` or `<dl>`.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 60.0%Language:CSS 32.6%Language:HTML 7.4%