Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix wishlists on checkout pages
issue: NEXT-20167
author: Lennart Tinkloh
author_email: [email protected]
author_github: @lernhart
---
- Added the wishlist widget to the minimal header to allow wishlist functionality on all pages.
- Added block
layout_header_minimal_wishlist
inStorefront/Resources/views/storefront/layout/header/header-minimal.html.twig
when the configcore.cart.wishlistEnabled
is on. - Added param
showCounter
toStorefront/Resources/views/storefront/layout/header/actions/wishlist-widget.html.twig
to control, whether to render an icon with the wishlist enabled. - Added option
showCounter
toStorefront/Resources/app/storefront/src/plugin/header/wishlist-widget.plugin.js
to control, whether to render the counter of wished items on the wishlist.