Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.44 KB

README.rst

File metadata and controls

45 lines (30 loc) · 1.44 KB

wagtail-streamfieldtools

Travis CI Status Coverage Percentage Downloads Latest Version

A suite of tools that extends Wagtail's already-awesome StreamField to make it even more flexible/versatile/useful!

Includes:

  • A simple interface for displaying the individual blocks of a StreamField in any number of renditions.
  • A 'block registry' (and its associated field, RegisteredBlockStreamField) that makes blocks pluggable/re-usable across disparate models/apps/projects.

Compatibility

  • Python:
    • 2.7
    • 3.3
    • 3.4
  • Wagtail:
    • 1.1
    • 1.2

TODO:

  • Docs (with useful, easy-to-follow examples)!