plasticstudio / ss-homepage-slider
Simple homepage slider plugin for SilverStripe websites
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Language:JavaScript
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2024-10-11 02:50:28 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
GridFieldSortableRows
is 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.ss
template and add<% include HomePageSlider %>
where you want the slider to appear - Start adding slides to the HomePage!