Skip to content

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

License

Notifications You must be signed in to change notification settings

wesleyboar/Core-CMS-Plugin-Data-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>`.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published