pchschulz/silverstripe-gallery

This module provides the possibility to easily add a gallery to any DataObject. This module also provides a finished gallery page.

Installs: 457

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 2

Type:silverstripe-vendormodule

0.3.0 2020-01-07 11:25 UTC

This package is auto-updated.

Last update: 2024-04-07 21:04:18 UTC


README

This module provides the possibility to easily add a gallery to any DataObject.
Furthermore this module provides an already finished gallery page for adding galleries to the site tree.

A gallery with images of cities

Requirements

  • PHP 7.0+
  • SilverStripe 4.1+.

Installation

Install via composer: composer require pchschulz/silverstripe-gallery

Usage

For a developer

You can add an image gallery to a DataObject, by adding the ImageCollectionExtension or the GalleryExtension to you class. The gallery page type is already available after installing this module. Click here for details

For a user

Usage for the user is explained here

Translations

This module has some translations by default. They can be found under lang/. If you want to create further translations you can create further language files. F.e. fr.yml for French.
For committing your language files to this repository, please create a fork of this project add your files and create a pull request.
Translations are welcome.

Bugs

If you find any bugs (so-called currently unknown features), you can create an issue on github. You can create a fork again and create a pull request afterwards.