purplespider/silverstripe-elemental-basic-gallery

Basic Photo Gallery Block

3.0.0 2023-06-01 10:26 UTC

This package is auto-updated.

Last update: 2024-03-30 00:24:02 UTC


README

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.

Screenshot

Maintainer Contact

Requirements

  • Silverstripe 5

Installation Instructions

Until this PR is merged: Add to composer.json:

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/purplespider/GridFieldBulkEditingTools"
        }
    ],

Add to require:

"colymba/gridfield-bulk-editing-tools": "dev-ss5-fix-json2array as 4.0",

Then install this module:


composer require purplespider/silverstripe-elemental-basic-gallery ^3