- Issue created by @stefan.korn
- Merge request !210Issue #3447884: facets_item_list allows wrapper attributes, but does not apply them → (Open) created by stefan.korn
- Status changed to Needs review
6 months ago 2:43pm 17 May 2024
The facets_item_list theme hook allows for wrapper attributes. But putting something in the wrapper attributes does not affect the output, though the wrapper attributes are mentioned in the available variables:
wrapper_attributes: HTML attributes to be applied to the list wrapper.
Seems to me, that the wrapper attributes should be applied in the template.
Add something to wrapper_attributes via hook_preprocess_hook for facets_item_list, the wrapper attributes do not appear.
output wrapper attributes in template
Needs review
3.0
Code