Skip to content

helpfulrobot/heyday-silverstripe-adaptivecontent

 
 

Repository files navigation

SilverStripe Adaptive Content

Generic sets of fields as data extensions. Originally intended to be the back-end for an "adaptive" content strategy (content adapting to device/context), but generally quite useful as a set of common, reusable fields.

See 1.0 branch for SilverStripe 2.4 compatible version.

Installation (with composer)

$ composer require heyday/silverstripe-adaptivecontent:~3.0

Usage

The main component of this module can be used simply by adding the AdaptiveContent extension to a dataobject or page:

SomeDataObject:
  extensions:
    - AdaptiveContent

The other field extensions work in the same way:

SomePage:
  extensions:
    - AdaptiveContent
    - AdaptiveContentHierarchy
    - AdaptiveContentRelated('Page')

Example use

See heyday/silverstripe-slices for an example use of this module.

Unit testing

$ composer install --dev
$ vendor/bin/phpunit

About

Decorators for reusable content fields

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.3%
  • JavaScript 4.7%