wernerkrauss / silverstripe-header-gallery
A simple gallery in the header for SilverStripe CMS
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- colymba/gridfield-gallery-theme: ^1.0.0
- silverstripe/cms: ^3.2.0
- silverstripe/framework: ^3.2.0
- undefinedoffset/sortablegridfield: ^0.5.0 || ^0.6.0
Suggests
- jonom/focuspoint: Smarter automatic image cropping for SilverStripe
- normann/gridfieldpaginatorwithshowall: A GridField paginator with a show all checkbox
This package is auto-updated.
Last update: 2024-10-21 21:33:25 UTC
README
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...