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

1.1.0 2018-06-12 10:49 UTC

This package is not auto-updated.

Last update: 2024-04-12 10:46:06 UTC


README

Latest Stable Version Latest Unstable Version License

Provides an image gallery for SilverWare apps, divided into a series of albums.

Gallery

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

Colin Tucker Praxis Interactive
Colin Tucker Praxis Interactive

License

BSD-3-Clause © Praxis Interactive