field-slideshow-controls.html.twig in Field Slideshow 8
Same filename and directory in other branches
Template file for field_slideshow_controls
2 theme calls to field-slideshow-controls.html.twig
- FieldCollectionSlideshow::viewElements in src/
Plugin/ Field/ FieldFormatter/ FieldCollectionSlideshow.php - FieldSlideshow::viewElements in src/
Plugin/ Field/ FieldFormatter/ FieldSlideshow.php - Builds a renderable array for a field value.
File
templates/field-slideshow-controls.html.twigView source
- {#
- /**
- * @file
- * Template file for field_slideshow_controls
- *
- *
- */#}
-
- <div id="field-slideshow-{{ slideshow_id }}-controls" class="field-slideshow-controls">
- <a href="#" class="prev">{{ 'Prev'|t }}</a>
- {% if controls_pause %}
- <a href="#" class="play">{{ 'Play'|t }}</a>
- <a href="#" class="pause">{{ 'Pause'|t }}</a>
- {% endif %}
- <a href="#" class="next">{{ 'Next'|t }}</a>
- </div>