Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Add products per page in listing setting
issue: NEXT-11285
author_github: @Dominik28111
---
- Added
Core\Migration\Migration1603179023AddDefaultSettingConfigValueForProductListingPerPage
to add default value for system config optioncore.listing.productsPerPage
. - Changed method
handleListingRequest()
inCore\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber
to use salesChannelContext inhandlePagination()
to get the number of shown products per page.