An open API service indexing awesome lists of open source software.

https://github.com/dynamic/silverstripe-elemental-blocks

Custom elements that work with SilverStripe Elemental module
https://github.com/dynamic/silverstripe-elemental-blocks

Last synced: 3 months ago
JSON representation

Custom elements that work with SilverStripe Elemental module

Awesome Lists containing this project

README

        

# SilverStripe Elemental Blocks Recipe

Additional elements for the [SilverStripe Elemental](https://github.com/dnadesign/silverstripe-elemental) module.

This module is no longer maintained. Please checkout the following alternatives:

* [dynamic/recipe-silverstripe-elemental-base-site](https://github.com/dynamic/recipe-silverstripe-elemental-base-site)
* [Elemental modules by Dynamic](https://github.com/orgs/dynamic/repositories?q=elemental&type=all&language=&sort=)

## Requirements

- silverstripe/recipe-cms: ^4.0
- dnadesign/silverstripe-elemental: ^4.0

## Usage

To start a new website with Dynamic's elemental blocks installed:

```
composer create-project dynamic/silverstripe-elemental-blocks website ^2
```

Or to include blocks into your existing website:

```
composer require dynamic/silverstripe-elemental-blocks
```

## Included blocks

Elemental Blocks will add the following Elements to your site:

* [Accordion](https://github.com/dynamic/silverstripe-elemental-accordion): content in collapsable panels
* [Countdown](https://github.com/dynamic/silverstripe-elemental-countdown): time left until a set date and time
* [Customer Service](https://github.com/dynamic/silverstripe-elemental-customer-service): map, directions, and contact info for your location
* [Embeded Code](https://github.com/dynamic/silverstripe-elemental-embedded-code): embed code like iframes, javascript
* [Featured Content](https://github.com/dynamic/silverstripe-elemental-features): large image, headline, description, link. one per row
* [File List](https://github.com/dynamic/silverstripe-elemental-filelist): A list of files for download
* [Flexslider](https://github.com/dynamic/silverstripe-elemental-flexslider): Flexslider slideshow
* [Gallery](https://github.com/dynamic/silverstripe-elemental-gallery): display a collection of images
* [Image](https://github.com/dynamic/silverstripe-elemental-image): single image
* [oEmbed](https://github.com/dynamic/silverstripe-elemental-oembed): embed content from YouTube, SoundCloud, etc
* [Promos](https://github.com/dynamic/silverstripe-elemental-promos): small image, headline, description, link. 3 to 4 per row
* [Recent Blog Posts](https://github.com/dynamic/silverstripe-elemental-blog): list of the most recent posts of a specific blog
* [Section Navigation](https://github.com/dynamic/silverstripe-elemental-section-navigation): list of child pages or pages in current level
* [Sponsors](https://github.com/dynamic/silverstripe-elemental-sponsors): sponsor logos in a row
* [Tab Set](https://github.com/dynamic/silverstripe-elemental-tabset): Create a tabbed interface that uses elements
* [Testimonials](https://github.com/dynamic/silverstripe-elemental-testimonials): list of customer testimonials, filter by category

## Configuration

See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration)