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
---
- Changed breadcrumb match for arrow placeholder from value to key in
component/listing/breadcrumb.html.twig
andcomponent/product/breadcrumb.html.twig
to avoid a missing arrow when the last element has the same name as another. - Added new variable
breadcrumbKeys
incomponent/listing/breadcrumb.html.twig
- Added new variable
breadcrumbKeys
incomponent/product/breadcrumb.html.twig