wernerkrauss/silverstripe-headergallery

SS4 compatible simple header gallery

dev-master 2018-03-16 10:16 UTC

This package is auto-updated.

Last update: 2024-03-21 19:56:27 UTC


README

A very simple SilverStripe4 compatible module for a simple (header) gallery.

Usage

in your templates you can use $HeaderGallery to get the gallery of the current Page

If you want fallback for parent pages or the home page you can use $HeaderGalleryPics

As this module adds a many-many relation to Page you can reuse Images on different Pages.

Note

Sorting is currently broken as SortableRows is not SS4 ready yet.

Todo

[ ] add GridfieldGalleryTheme when it's SS4 ready

[ ] add GridfieldSortableRows when it's SS4 ready

[ ] unit tests of course (at least for the fallback method)