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 breadcrumb entry point
issue: NEXT-8568
author_github: @Dominik28111
---
- Fixed a bug that breadcrumbs displayed entry point categories of a sales channel
- Deprecated
Shopware\Core\Content\Category\CategoryEntity::buildSeoBreadcrumb()
useShopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder
instead - Added twig function
sw_breadcrumb
to build category breadcrumb array{% set breadcrumb = sw_breadcrumb(category) %}