Group Content Blocks into a Single Block
Go to file
Melissa Wu bd27f327d6
Add support for Silverstripe 5 (#30)
2023-03-01 12:14:19 +13:00
.github/workflows MNT: Move from Travis to Github Actions. Update min dependencies 2023-03-01 10:08:57 +13:00
.tx NEW Add Transifex configuration 2018-02-26 11:09:27 +13:00
_config Lists are not inline editable 2019-01-28 06:19:27 +13:00
lang Add master English translation file 2018-02-26 11:15:35 +13:00
src Add support for Silverstripe 5 (#30) 2023-03-01 12:14:19 +13:00
templates/DNADesign/ElementalList/Model Update ElementList.ss 2018-01-09 02:00:17 +01:00
tests/php MNT: Move from Travis to Github Actions. Update min dependencies 2023-03-01 10:08:57 +13:00
.editorconfig Initial commit 2017-10-13 12:31:11 +13:00
.gitattributes Initial commit 2017-10-13 12:31:11 +13:00
.gitignore MNT: Move from Travis to Github Actions. Update min dependencies 2023-03-01 10:08:57 +13:00
.scrutinizer.yml Update Scrutinizer configuration 2017-10-18 21:09:58 +13:00
.upgrade.yml BUG Fix upgrade.yml file 2018-01-12 12:06:47 +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 Add support for Silverstripe 5 (#30) 2023-03-01 12:14:19 +13:00
contributing.md Initial commit 2017-10-13 12:31:11 +13:00
phpunit.xml.dist MNT: Move from Travis to Github Actions. Update min dependencies 2023-03-01 10:08:57 +13:00
readme.md Add support for Silverstripe 5 (#30) 2023-03-01 12:14:19 +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.

Requirements

  • Silverstripe CMS ^5.0
  • PHP ^8.1

For a Silverstripe CMS ^4.2 compatible version of this module, please see the ^1.1 releases.

Installation

composer require "dnadesign/silverstripe-elemental-list"