12345678910111213 |
- Blocks
- ======
- Wagtail CRX includes several blocks which can be used in the StreamField.
- Content blocks are used for actual content (text, images, etc.); Layout blocks
- are used for creating structures that hold other blocks (for example, rows and
- columns).
- .. toctree::
- :maxdepth: 2
- contentblocks/index
- layoutblocks/index
|