macka601 / caroufredsel
There is no license information available for the latest version (dev-master) of this package.
SilverStripe carouFredSel Module
Package info
github.com/macka601/silverstripe-caroufredsel
Type:silverstripe-module
pkg:composer/macka601/caroufredsel
dev-master
2015-12-30 10:47 UTC
Requires
- silverstripe/cms: 3.*
- silverstripe/framework: 3.*
This package is not auto-updated.
Last update: 2026-03-14 22:34:02 UTC
README
Maintainer Contact
- Grant McEwan(Nickname: macka^) <macka601 (at) gmail (dot) com>
carouFredSel plugin for the silverstripe module that allows a user to add photos or images to a page and then configure basic settings for the carousel javascript plugin
Requirements
- SilverStripe 3.1.0+
Installation & Documentation
Composer
composer require macka601/caroufredsel master- Visit yoursite.com/dev/build?flush=1 to rebuild the database.
Manual
- Place this directory in the root of your SilverStripe installation, rename the folder 'caroufredsel'.
- Visit yoursite.com/dev/build?flush=1 to rebuild the database.
Usage
- Create "carouFredSel page" in the CMS
- Edit the new page
- Drag images into the "Photos" area
- Change Carousel settings by using the "Settings" tab
- In your Page.ss, put a <% include CarouFredSel %>. This will instruct SS on where to place your carousel.
Carousel does have a default css located in the css folder, customize this as needed to your needs