Provides basic image gallery functionality to a SilverStripe site.
Designed to provide a simple, fool-proof way for users to add image galleries to their website.
Applies Basic Image Gallery Extension
to a PhotoGalleryPage
page type, and includes a PhotoGalleryHolder
type.
composer require purplespider/basic-galleries ^2
You can customise the CMS tab that the gallery appears on, as well as the title of the gallery displayed in the CMS:
HomePage:
extensions:
- PurpleSpider\BasicGalleries\PhotoGalleryExtension
gallery-title: Image Gallery
gallery-cms-tab: Main
PhotoGalleryExtension
with a polymorphic relation, so upgrading from 1 to 2 will break existing galleries.)PurpleSpider\BasicGalleries\PhotoGalleryExtension
to PurpleSpider\BasicGalleryExtension\PhotoGalleryExtension
PurpleSpider\BasicGalleries\PhotoGalleryImage
is now PurpleSpider\BasicGalleryExtension\PhotoGalleryImage
(in case you applied your own extension to it)dev/build
/dev/tasks/upgrade-basic-galleries
script to update database for existing galleries.Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem