isotope-sorter-button.html.twig in Isotope (with Masonry and Packery) 8
Default theme implementation to present an isotope filter button.
1 theme call to isotope-sorter-button.html.twig
- template_preprocess_isotope_sorter in ./
isotope.theme.inc - Prepares variables for isotope sorter template.
File
templates/isotope-sorter-button.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to present an isotope filter button.
- *
- * @ingroup themeable
- */
- #}
- <button data-sort-by="{{ value }}" class="js-sorter-button">{{ label }}</button>