Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add missing mobile filter on search page
issue: NEXT-14064
author: Tobias Berge
author_email: [email protected]
author_github: @tobiasberge
---
- Added new variables
listing
andsidebar
toResources/views/storefront/element/cms-element-sidebar-filter.html.twig
to allow including the template manually without CMS page context. - Changed template
Resources/views/storefront/page/search/search-pagelet.html.twig
to include@Storefront/storefront/element/cms-element-sidebar-filter.html.twig
instead of@Storefront/storefront/component/listing/filter-panel.html.twig
. - Changed template
Resources/views/storefront/page/search/search-pagelet.html.twig
to no longer render main listing content insidediv
elementcms-element-sidebar-filter
. The listing container is now underneath the filter container.