You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ibexa_product_catalog_group_attributes` filter groups product attributes based on the [attribute group]([[= user_doc =]]/pim/work_with_product_attributes/#create-attribute-groups) they belong to.
137
+
138
+
#### Example
139
+
140
+
```html+twig
141
+
{% for group, attributes in product.attributes | ibexa_product_catalog_group_attributes %}
142
+
<ul>{{ group.name | capitalize }}
143
+
{% for attribute in attributes %}
144
+
{% set attribute_definition = attribute.attributeDefinition %}
0 commit comments