Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Mark active navigation path
issue: NEXT-11964
author: Sebastian König
author_email: [email protected]
author_github: @tinect
---
- Added style to mark active navigation
.navigation-flyout-link.active
inskin/shopware/layout/_navigation-flyout.scss
- Added variable
activePath
inlayout/navigation/categories.html.twig
in blocklayout_navigation_categories
- Added variable
activePath
inlayout/navigation/navigation.html.twig
in blocklayout_main_navigation_menu_items
- Added check for activePath for every
navigation-flyout-link
in blocklayout_navigation_categories_item_link
inlayout/navigation/categories.html.twig
to mark complete active path - Added check for activePath for every
main-navigation-link
in blocklayout_main_navigation_menu_item
inlayout/navigation/navigation.html.twig
to mark complete active path