Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Remove breadcrumb deprecations
issue: NEXT-11661
author_github: @Dominik28111
---
- Removed method
buildSeoBreadcrumb()
inCore\Content\Category\CategoryEntity
. - Changed parameter
EntityRepositoryInterface
inCore\Content\Category\Service\CategoryBreadcrumbBuilder
constructor. The parameter is required now.
- Removed parameter
navigationTree
andcategoryTree
inStorefront/Resources/views/storefront/page/content/index.html.twig
. - Removed parameter
navigationTree
,categoryTree
andproduct
inStorefront/Resources/views/storefront/base.html.twig
.