Download the PHP package purplespider/silverstripe-elemental-basic-gallery without Composer
On this page you can find all versions of the php package purplespider/silverstripe-elemental-basic-gallery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download purplespider/silverstripe-elemental-basic-gallery
More information about purplespider/silverstripe-elemental-basic-gallery
Files in purplespider/silverstripe-elemental-basic-gallery
Package silverstripe-elemental-basic-gallery
Short Description Basic Photo Gallery Block
License BSD-3-Clause
Homepage https://github.com/purplespider/silverstripe-basic-galleries
Informations about the package silverstripe-elemental-basic-gallery
Basic Image Gallery Elemental Block (Silverstripe)
Introduction
A simple image gallery block for Silverstripe CMS's Elemental module. Uses Basic Image Gallery Extension to provide bulk uploading, drag & drop reordering and inline caption editing.
The template displays the images as square thumbnails with a link to larger versions and works wirth the Fancybox lightbox module out of the box. The template can be easily overridden to work with the lightbox of your choice or to make a slideshow, etc.
Maintainer Contact
- James Cocker ([email protected])
Requirements
- Silverstripe 5
Installation Instructions
Customising
You can easily customise the functionality using a Silverstripe Extension and/or overriding the template.
For example, say you wished to add the ability to also display the images in a slider, and your website uses Bootstrap.
First you would create an extension to add a checkbox to the block's CMS fields:
app/src/Extensions/ImageGalleryBlockExtension.php
Enable the extension:
app/_config/extensions.yml
Then override the template: themes/[THEMENAME]/templates/PurpleSpider/ElementalBasicGallery/ImageGalleryBlock.ss
All versions of silverstripe-elemental-basic-gallery with dependencies
silverstripe/cms Version ^5
dnadesign/silverstripe-elemental Version ^5
purplespider/silverstripe-basic-gallery-extension Version ^4