Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/views_slideshow/templates/views-slideshow-pager-fields.html.twig @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | c69a71b4f40f |
children |
rev | line source |
---|---|
Chris@5 | 1 {# |
Chris@5 | 2 /** |
Chris@5 | 3 * @file |
Chris@5 | 4 * Default theme implementation for a views slideshow pager item. |
Chris@5 | 5 * |
Chris@5 | 6 * Available variables: |
Chris@5 | 7 * - classes: Classes to apply to the element. |
Chris@5 | 8 * - rendered_field_items: The individual pager elements. |
Chris@5 | 9 * - widget_id: The pager id. |
Chris@5 | 10 * |
Chris@5 | 11 * @see template_preprocess_views_slideshow_pager_field_item() |
Chris@5 | 12 * |
Chris@5 | 13 * @ingroup vss_templates |
Chris@5 | 14 */ |
Chris@5 | 15 #} |
Chris@5 | 16 <div id="{{ widget_id }}" {{ attributes.addClass(classes) }}> |
Chris@5 | 17 {{ rendered_field_items }} |
Chris@5 | 18 </div> |