/silverstripe-carousel

A simple carousel for Silverstripe websites

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Silverstripe Carousel

A simple carousel for Silverstripe websites. The default template uses Bootstrap classes to power the carousel, but you can use a custom template and any javascript library you like.

CI codecov

Latest Stable Version Total Downloads Latest Unstable Version License

Requirements

  • Silverstripe CMS ^5

Installation

composer require dynamic/silverstripe-carousel

License

See License

Example configuration

If your module makes use of the config API in Silverstripe CMS it's a good idea to provide an example config here that will get the module working out of the box and expose the user to the possible configuration options. Though note that in many cases simply linking to the documentation is enough.

Provide a syntax-highlighted code examples where possible.

Page:
  config_option: true
  another_config:
    - item1
    - item2

Maintainers

Bugtracker

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

  • Create a new issue
  • Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
  • Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.