Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 462 Bytes

2020-09-11-fix-breadcrumb-entry-point.md

File metadata and controls

9 lines (9 loc) · 462 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 breadcrumb entry point
issue: NEXT-8568
author_github: @Dominik28111
---

Core

  • Fixed a bug that breadcrumbs displayed entry point categories of a sales channel
  • Deprecated Shopware\Core\Content\Category\CategoryEntity::buildSeoBreadcrumb() use Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder instead
  • Added twig function sw_breadcrumb to build category breadcrumb array {% set breadcrumb = sw_breadcrumb(category) %}