Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 834 Bytes

index.md

File metadata and controls

21 lines (14 loc) · 834 Bytes
title summary
Elemental blocks
Replace the content field with a flexible, versioned block-based system to compose pages using modular elements

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.

[CHILDREN includeFolders]