flexslider.html.twig in Flex Slider 8.2
Default output for a FlexSlider object.
Available variables:
- attributes: An array of attributes to apply to the element.
- content.list: A renderable array of the flexslider list
- settings: An array containing the given settings.
See also
2 theme calls to flexslider.html.twig
- FlexsliderEntityFormatter::viewElements in flexslider_fields/
src/ Plugin/ Field/ FieldFormatter/ FlexsliderEntityFormatter.php - Builds a renderable array for a field value.
- template_preprocess_flexslider_views_style in flexslider_views/
templates/ flexslider_views.theme.inc - Prepares variables for flexslider view templates.
File
templates/flexslider.html.twigView source
- {#
- /**
- * @file
- * Default output for a FlexSlider object.
- *
- * Available variables:
- * - attributes: An array of attributes to apply to the element.
- * - content.list: A renderable array of the flexslider list
- * - settings: An array containing the given settings.
- *
- * @see template_preprocess_flexslider()
- */
- #}
-
- <div{{ attributes }}>
- {{ content.list }}
- </div>