Group Content Blocks into a Single Block
Go to file
Will Rossiter a9f840641d Initial commit
Split out element lists from the core module. The element list provides a base class for blocks to sit inside other blocks.
2017-10-13 12:31:11 +13:00
_config Initial commit 2017-10-13 12:31:11 +13:00
images Initial commit 2017-10-13 12:31:11 +13:00
src/Model Initial commit 2017-10-13 12:31:11 +13:00
templates/DNADesign/ElementalList Initial commit 2017-10-13 12:31:11 +13:00
tests/php Initial commit 2017-10-13 12:31:11 +13:00
.editorconfig Initial commit 2017-10-13 12:31:11 +13:00
.gitattributes Initial commit 2017-10-13 12:31:11 +13:00
.scrutinizer.yml Initial commit 2017-10-13 12:31:11 +13:00
.travis.yml Initial commit 2017-10-13 12:31:11 +13:00
LICENSE Initial commit 2017-10-13 12:31:11 +13:00
codecov.yml Initial commit 2017-10-13 12:31:11 +13:00
composer.json Initial commit 2017-10-13 12:31:11 +13:00
contributing.md Initial commit 2017-10-13 12:31:11 +13:00
phpunit.xml.dist Initial commit 2017-10-13 12:31:11 +13:00
readme.md Initial commit 2017-10-13 12:31:11 +13:00

readme.md

SilverStripe Elemental List

Build Status Scrutinizer Code Quality codecov Version License

Introduction

Adds a new element for Elemental which allows for nested blocks. This block allows users to nest blocks within other blocks, allowing things like columns of blocks.

Installation

composer require "dnadesign/silverstripe-elemental-list"