custom/plugins/DreiscSeoPro/src/Resources/views/storefront/dreisc-seo/component/breadcrumb/product.html.twig line 1

Open in your IDE?
  1. {% block dreisc_seo_component_breadcrumb_product %}
  2.     {# Place the breadcrumb item for the product #}
  3.     <div class="breadcrumb-placeholder">
  4.         {% sw_icon 'arrow-medium-right' style { 'size': 'fluid', 'pack': 'solid'} %}
  5.     </div>
  6.     <a class="dreisc-seo--product-breadcrumb is-active" href="{{ seoUrl('frontend.detail.page', {'productId': product.id}) }}">
  7.         {{ product.translated.name }}
  8.     </a>
  9. {% endblock %}