- Issue created by @michaelmol
- First commit to issue fork.
- Status changed to Needs review
3 months ago 12:29pm 8 July 2025 - 🇳🇱Netherlands ifrik
Looking for the same, when I use facets in exposed filters rather then in a separate block.
For consistency, it would be better to use the same classes that are already in the facets-result-item.html.twig template:
<span class="facet-item__value">{{ value }}</span>
and
<span class="facet-item__count">({{ count }})</span>
- First commit to issue fork.
- Merge request !325#3512421 - add spans to label, use same classnames as standalone facets → (Open) created by Unnamed author
- 🇩🇪Germany djanik
I like the idea of consistency,
created a Mergerequest using the above classnames.