syntro / silverstripe-elemental-bootstrap-accordionsection
A bootsttrap based accordion section
Installs: 779
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
Type:silverstripe-vendormodule
Requires
Requires (Dev)
- phpstan/phpstan-shim: ~0.11.0
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^3.0
- symbiote/silverstripe-phpstan: ^4
This package is auto-updated.
Last update: 2022-07-01 00:07:03 UTC
README
This module is part of a larger collection. See
syntro/silverstripe-elemental-bootstrap-collection
for details.
Provides a simple section displaying an accordion.
Requirements
- SilverStripe ^4.0
- Silverstripe elemental ^4
- Bootstrap on the Frontend
Installation
composer require syntro/silverstripe-elemental-bootstrap-accordionsection
License
See License
Documentation
By default, this section renders a simple accordion, just like this example directly taken from the bootstrap docs. Depending on your theme, you will have to change how this section is rendered.
As of right now, we do not provide any settings concerning the colors of the accordion directly, as this depends heavily on the way you are implementing it in the frontend.
All configuration options follow the base items config.
Maintainers
- Matthias Leutenegger hello@syntro.ch
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.