title | summary |
---|---|
Content blocks |
Break up a web page into blocks that allow content like banners, text and media to be independently managed within the CMS. |
- Creating content blocks
- Reordering blocks
- Adding blocks between existing blocks
- Block state indicators
- More options
- Supported and community block modules
- History and rolling back versions
- Reports
The Elemental module provides the ability for SilverStripe users to break up a web page into smaller modular parts (or ‘blocks’) that allow content like banners, text and media to be independently managed within the CMS. This also allows for more targeted control over individual types of content, as well as individual versioning, more detailed reports and easy customisation for developers over how certain pieces of content are presented.
Make sure that your SilverStripe CMS installation has the Elemental module installed.
Normally in the CMS a page has an HTML editor which allows you to enter content directly. The block types shown in the block selector will depend on your set up. By default the Elemental module only comes with the content block type, Content.
We’ve created the most functional and effective elements of content block modules that have been developed by the SilverStripe community and created four generic SilverStripe supported content block types:
- Content: text content (built-in).
- Banner: banner with call-to-action and content.
- File: file and image block.
- Form: integrates silverstripe-userforms and provides a new content block, which can be used to create user defined forms.
For examples of community content blocks see, Getting more elements.