jellygnite/silverstripe-elements

Useful elemental building blocks.

Installs: 81

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:silverstripe-vendormodule

4.1.6 2021-04-13 23:31 UTC

This package is auto-updated.

Last update: 2024-03-23 06:44:12 UTC


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