You are here

taxonomy_facets_remove_filter-template.html.twig in Taxonomy Facets 8

Template "remove filter" in the filters block

Theme your own "remove filter" sighn here.

File

templates/taxonomy_facets_remove_filter-template.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template "remove filter" in the filters block
  5. *
  6. * Theme your own "remove filter" sighn here.
  7. */
  8. #}
  9. <h3>Filter applied: <strong>{{ menuHed.termName }}</strong>
  10. <a title ="Remove filter {{ menuHed.termName }} " href="{{ menuHed.linkUrl }}">[X]</a>
  11. </h3>