jellygnite / silverstripe-elements
Useful elemental building blocks.
Installs: 81
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Type:silverstripe-vendormodule
Requires
Suggests
- colymba/gridfield-bulk-editing-tools: Allows bulk upload of files for FileList
README
Introduction
Useful elemental building blocks.
Requirements
- silverstripe ^4.0
- dnadesign/silverstripe-elemental ^4.0
- jellygnite/silverstripe-elemental-style ^4.0
Installation
composer require jellygnite/silverstripe-elements
Note: This is not fully functional yet as the templates still need some work.
Example configuration (optional)
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
Background Extension
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