Version 6
pre-stable
This version of Silverstripe CMS has not yet been given a stable release. See the release roadmap for more information.
Go to documentation for the most recent stable version.
Elemental blocks
Introduction
This module extends a page type to swap the content area for a list of manageable elements to compose a page out of rather than a single text field. Features supported:
- Versioning of elements
- Ability to add, remove supported elements per elemental area
The module provides basic markup for each of the elements but you will likely need to provide your own styles. Replace
the $Content
variable with $ElementalArea
in your page templates, and rely on the markup of the individual elements.
For a more detailed overview of using this module, please see the User help guides.