A TYPO3 content element that provides a configurable slider/carousel with support for multiple rendering engines. Each renderer has its own FlexForm settings and TypoScript constants, allowing global defaults that editors can override per element.
| Renderer | Library | Site Set name |
|---|---|---|
| Swiper | Swiper.js | wapplersystems/ws-slider-swiper |
| FlexSlider 2 | FlexSlider | wapplersystems/ws-slider-flexslider |
| TinySlider 2 | Tiny Slider | wapplersystems/ws-slider-tinyslider |
| Slick | Slick | wapplersystems/ws-slider-slick |
| Bootstrap | Bootstrap 5 | wapplersystems/ws-slider-bootstrap |
- TYPO3 v14
- PHP 8.2+
fluid_styled_content
composer require wapplersystems/ws-sliderAdd the base Site Set wapplersystems/ws-slider and the Site Set for the renderer(s) you want to use (e.g. wapplersystems/ws-slider-swiper) in your site configuration.
Each renderer ships global TypoScript constants (e.g. plugin.tx_wsslider.settings.renderer.swiper.*). These serve as default values for all slider elements using that renderer.
Editors can override any constant via the FlexForm settings of the content element. A checkbox controls whether the global default or a custom value is used. The current default value is always visible as a placeholder.
Presets allow storing a named set of slider settings in the database (tx_wsslider_domain_model_preset). Editors can select a preset instead of configuring each option individually.
Override the Fluid templates located in Resources/Private/Templates/ via TypoScript templateRootPaths as usual.
A German video tutorial on installation and configuration: YouTube
- Sven Wappler
- Contributors
