custom/plugins/ThemeOkeonline/src/Resources/views/storefront/layout/breadcrumb.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@parent/storefront/layout/breadcrumb.html.twig' %}
  2. {% block layout_breadcrumb_inner %}
  3.    {% if activeRoute == 'frontend.detail.page' and theme_config('productDetailDisplayBreadcrumbs') == false %}
  4.       {# Hiding #}
  5.    {% else %}
  6.       {{ parent() }}
  7.    {% endif %}
  8. {% endblock %}