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.
- Python:
- 2.7
- 3.3
- 3.4
- Wagtail:
- 1.1
- 1.2
TODO:
- Docs (with useful, easy-to-follow examples)!