joshmens / silverstripe-elemental-four-column
Extends dynamic/silverstripe-elemental-blocks to add a block that adds a Bootstrap Four column layout to your page.
Package info
github.com/joshmens/silverstripe-elemental-four-column
Type:silverstripe-vendormodule
pkg:composer/joshmens/silverstripe-elemental-four-column
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2026-07-03 06:14:39 UTC
README
Warning
Repository No Longer Supported
This repository is no longer supported or maintained. It will not receive any updates, and issues/pull requests are no longer monitored.
Extends the SilverStripe Elemental Blocks module to add a block that create a Bootstrap four column layout in your page. This can already be achieved using SilverStripe Elemental List, however this module provides a slightly friendlier approach for non-technical users (e.g. those who are unfamiliar with Bootstrap's CSS classes).
Requirements
- silverstripe/recipe-cms: ^4@dev
- dnadesign/silverstripe-elemental: ^4@dev
- dynamic/silverstripe-elemental-blocks: ^3.0
Installation
composer require joshmens/silverstripe-elemental-four-column
Example usage
Adds a block to display a four column layout on a page. Useful to break up long sections of text.