flickity-wrapper.html.twig in Flickity Carousel 8
Same filename and directory in other branches
Default theme implementation to display a Flickity wrapper.
Available variables:
- output: The complete Flickity element.
- attributes: The row item attributes.
File
templates/flickity-wrapper.html.twigView source
- <?php
-
- /**
- * @file
- * Default theme implementation to display a Flickity wrapper.
- *
- * Available variables:
- * - output: The complete Flickity element.
- * - attributes: The row item attributes.
- *
- */
- ?>
- <div {{ attributes }} > {{ output }} </div>