dynamic / flexslider
Display a FlexSlider on pages of your website
Installs: 52 141
Dependents: 4
Suggesters: 0
Security: 0
Stars: 8
Watchers: 8
Forks: 17
Open Issues: 12
Type:silverstripe-vendormodule
Requires
- dynamic/silverstripe-linkable: ^1.0
- silverstripe/asset-admin: ^1.0
- silverstripe/recipe-cms: ^1.0 || ^4.0
- silverstripe/vendor-plugin: ^1.0
- symbiote/silverstripe-gridfieldextensions: ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
- 5.x-dev
- 4.x-dev
- 4.2.x-dev
- 4.2.0
- 4.1.x-dev
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.1
- 4.0.0
- 4.0.0-beta3
- 4.0.0-beta2
- 4.0.0-beta1
- 4.0.0-alpha1
- 3.0.x-dev
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 3.0.0-beta2
- 3.0.0-beta1
- 3.0.0-alpha1
- 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-alpha1
- 1.0.x-dev
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-rc5
- 1.0.0-rc4
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- 0.18
- 0.17
- 0.16
- 0.15
- 0.14
- 0.13
- 0.12
- 0.11
- 0.1.x-dev
- 0.1
- dev-silverstripe-4-test
This package is auto-updated.
Last update: 2024-11-04 23:10:28 UTC
README
Overview
The FlexSlider module allows a developer to attach a Woothemes FlexSlider to a Page or DataObject. Various options are built into the DataExtension to allow for some level of customization in the CMS.
Requirements
Installation
composer require dynamic/flexslider ^4.2
License
See License
Documentation
See the docs/en folder.
Troubleshooting
- I've applied the
FlexSlider
DataExtension to a DataObject or Page and am receiving errors.- Be sure you have run a
dev/build?flush=all
- If this is an existing site installation and
FlexSlider
is being applied to existing records, be sure to rundev/tasks/SlideThumbnailNavMigrationTask
. This will ensure default values expected for the module are setup for the existing records.
- Be sure you have run a
Translations
The translations for this project are managed via Transifex and are updated automatically during the release process. To contribute, please head to the link above and get translating!
Maintainer Contact
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.