Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (9 loc) · 505 Bytes

2020-09-23-fix-missing-arrow-in-breadcrumb.md

File metadata and controls

9 lines (9 loc) · 505 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Fix missing arrow in breadcrumb
issue: NEXT-10960
author_github: @Dominik28111
---

Storefront

  • Changed breadcrumb match for arrow placeholder from value to key in component/listing/breadcrumb.html.twig and component/product/breadcrumb.html.twig to avoid a missing arrow when the last element has the same name as another.
  • Added new variable breadcrumbKeys in component/listing/breadcrumb.html.twig
  • Added new variable breadcrumbKeys in component/product/breadcrumb.html.twig