commercetools-8.x-1.2-alpha1/modules/commercetools_demo/templates/commercetools-filter-option--demo.html.twig
modules/commercetools_demo/templates/commercetools-filter-option--demo.html.twig
{#
/**
* @file
* Demo of overriding the field item template.
*
* Available variables
* - label: A label for the filter item.
* - count: The number of items in the filter.
*
* @ingroup themeable
*/
#}
{% extends "@commercetools_content/commercetools-filter-option.html.twig" %}
{% block content %}
{% set badge_attributes = badge_attributes.addClass( 'text-muted') %}
{{ parent() }}
{% endblock %}
