custom/plugins/KsGeutherTheme/src/Resources/views/storefront/component/listing/filter-panel.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/listing/filter-panel.html.twig' %}
  2. {% block component_filter_panel_item_gbmed_custom_fields_filter_filter %}
  3.     {% if not page.header.navigation.active.customFields.ks_category_set_switch_off_all_custom_filters %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}