plasticstudio / ss-homepage-slider
There is no license information available for the latest version (1.0.0) of this package.
Simple homepage slider plugin for SilverStripe websites
Package info
github.com/PlasticStudio/ss-homepage-slider
Language:JavaScript
Type:silverstripe-module
pkg:composer/plasticstudio/ss-homepage-slider
1.0.0
2016-11-10 01:18 UTC
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2026-03-11 05:38:34 UTC
README
Simple homepage slider module for SilverStripe sites
Dependencies
- SilverStripe 3.1+
- Page class "HomePage"
Features
- Allows you to add a slider to page with class "HomePage"
- Populate the slider with as many slides as you like. Each slide can have:
- An image
- Text (displayed as either dark or light)
- An optional link, either to a page on the site or to an external url
- If
GridFieldSortableRowsis installed slides can be reordered using drag-n-drop - Checkbox controls whether or not to include default css
- Checkbox turns automatic sliding on or off
Installation
- Sorry, not set up to include via composer yet. You'll have to copy and paste
- Run /dev/build?flush=1
- Edit your theme's
HomePage.sstemplate and add<% include HomePageSlider %>where you want the slider to appear - Start adding slides to the HomePage!