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
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-elemental-blocks
- Owner: dynamic
- License: bsd-3-clause
- Created: 2016-09-02T16:39:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T22:03:38.000Z (over 2 years ago)
- Last Synced: 2025-03-15T08:17:41.929Z (4 months ago)
- Language: Scheme
- Homepage:
- Size: 363 KB
- Stars: 8
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)