2017 © Pedro Peláez
 

silverstripe-module silverstripe-gallery

A simple gallery backend for SilverStripe 3 with advanced directory saving rules

image

titledk/silverstripe-gallery

A simple gallery backend for SilverStripe 3 with advanced directory saving rules

  • Friday, March 25, 2016
  • by titledk
  • Repository
  • 3 Watchers
  • 1 Stars
  • 47 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SilverStripe Gallery

A simple gallery backend for SilverStripe 3 with advanced directory saving rules., (*1)

Features:, (*2)

  • Bulk upload
  • Drag'n'drop sorting
  • Gallery directories are auto created based on your settings
  • Can be used on pages as well as data objects
  • Works with the Translatable module

For a ready-to-use gallery also install the Gallery Pagetypes module., (*3)

Example, (*4)

Requires:, (*5)

  • Upload Dir Rules
  • Sortable File

Installation

The GalleryExtension can be added to any DataObject.
Add the following to your config.yml:, (*6)

Basics:, (*7)

MyDataObject:
  extensions:
    - GalleryExtension
    #this is for the upload dir rules dependency, which takes care of
    #the relation between the gallery and it's folder
    #only needed on DataObjects, as this is added automatically to SiteTree 
    - AssetsFolderExtension

The Versions

25/03 2016

dev-master

9999999-dev https://github.com/titledk/silverstripe-gallery

A simple gallery backend for SilverStripe 3 with advanced directory saving rules

  Sources   Download

MIT

The Requires

 

gallery silverstripe

24/03 2016

1.0

1.0.0.0 https://github.com/titledk/silverstripe-gallery

A simple gallery backend for SilverStripe 3 with advanced directory saving rules

  Sources   Download

The Requires

 

gallery silverstripe