mirror of
https://github.com/dnadesign/silverstripe-elemental-list.git
synced 2024-10-22 11:05:47 +02:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
|
# SilverStripe Elemental List
|
||
|
|
||
|
[![Build Status](http://img.shields.io/travis/dnadesign/silverstripe-elemental-list.svg?style=flat-square)](https://travis-ci.org/dnadesign/silverstripe-elemental-list)
|
||
|
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dnadesign/silverstripe-elemental-list/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dnadesign/silverstripe-elemental-list/?branch=master)
|
||
|
[![codecov](https://codecov.io/gh/dnadesign/silverstripe-elemental-list/branch/master/graph/badge.svg)](https://codecov.io/gh/dnadesign/silverstripe-elemental-list)
|
||
|
[![Version](http://img.shields.io/packagist/v/dnadesign/silverstripe-elemental-list.svg?style=flat-square)](https://packagist.org/packages/dnadesign/silverstripe-elemental-list)
|
||
|
[![License](http://img.shields.io/packagist/l/dnadesign/silverstripe-elemental-list.svg?style=flat-square)](LICENSE.md)
|
||
|
|
||
|
## 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"
|
||
|
```
|
||
|
|
||
|
|