Skip to content

jellygnite/silverstripe-elements

Repository files navigation

Jellygnite Elements

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

About

Useful elemental building blocks for SilverStripe.

Resources

License

Stars

Watchers

Forks

Packages

No packages published