joshmens/silverstripe-elemental-three-column

Extends dynamic/silverstripe-elemental-blocks to add a block that adds a Bootstrap three column layout to your page.

Installs: 194

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

1.0.0 2019-12-11 04:05 UTC

This package is auto-updated.

Last update: 2024-03-19 06:41:00 UTC


README

Extends the SilverStripe Elemental Blocks module to add a block that create a Bootstrap three 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-three-column

Example usage

Adds a block to display a three column layout on a page. Useful to break up long sections of text.

Configuration

See SilverStripe Elemental Configuration