wernerkrauss/silverstripe-header-gallery

A simple gallery in the header for SilverStripe CMS

0.1.1 2017-06-26 09:21 UTC

This package is auto-updated.

Last update: 2024-04-21 20:25:41 UTC


README

Scrutinizer Code Quality

Simple gallery for a header slideshow for SilverStripe sites.

Providing the data structure and an interface in CMS for managing header galleries.

Comes without any javascript for animation, use your favourite slideshow tool yourself.

Just loop over $HeaderPics in your template and do whatever you want.

Installation

composer require wernerkrauss/silverstripe-header-gallery

Requirements

  • Silverstripe and Silverstripe CMS > 3.2, should work on 3.1 (untested)
  • Gridfield gallery theme
  • Sortable Gridfield

TODO

  • example templates for some common slideshows like bootstrap, jquery cycle etc...