Same filename and directory in other branches
  1. 8.x-4.x templates/views-slideshow-pager-bullets.html.twig 1 comment

Default theme implementation for a views slideshow bullets pager.

Available variables:

  • bullet_items: Renderable array of pager items

File

templates/views-slideshow-pager-bullets.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a views slideshow bullets pager.
  5. *
  6. * Available variables:
  7. * - bullet_items: Renderable array of pager items
  8. *
  9. * @ingroup vss_templates
  10. */
  11. #}
  12. {{ bullet_items }}

Related topics