silverware / gallery
SilverWare Gallery Module.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=5.6.0
- silverware/lightbox: ^1.0
- silverware/masonry: ^1.2
- silverware/silverware: ^1.5
This package is not auto-updated.
Last update: 2024-10-25 13:17:09 UTC
README
Provides an image gallery for SilverWare apps, divided into a series of albums.
Contents
Requirements
Installation
Installation is via Composer:
$ composer require silverware/gallery
Usage
The module provides three pages ready for use within the CMS:
Gallery
GalleryAlbum
GalleryImage
Create a Gallery
page as the top-level of your image gallery. Under the Gallery
you
may add GalleryAlbum
pages as children to divide the gallery into a series
of albums. Then, as children of GalleryAlbum
, add your GalleryImage
pages.
A GalleryImage
consists of a title, image and caption. Gallery
and GalleryAlbum
pages
are also implementors of ListSource
, and can be used with components to show a series of albums or images
as list items.
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Maintainers
License
BSD-3-Clause © Praxis Interactive