Useful elemental building blocks.
- silverstripe ^4.0
- dnadesign/silverstripe-elemental ^4.0
- jellygnite/silverstripe-elemental-style ^4.0
composer require jellygnite/silverstripe-elements
Note: This is not fully functional yet as the templates still need some work.
If your module makes use of the config API in SilverStripe it's a good idea to provide an example config here that will get the module working out of the box and expose the user to the possible configuration options.
Provide a yaml code example where possible.
Page:
config_option: true
another_config:
- item1
- item2
Adds background image or video to an element.
Add this to your mysite.yml, e.g.
DNADesign\Elemental\Models\ElementContent:
extensions:
- Jellygnite\Elements\Extensions\BackgroundExtension