Skip to content

Commit

Permalink
Improved default config
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Feb 28, 2022
1 parent 877c7ff commit 3c25617
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/config/shop.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,10 @@
'cache' => [
// 'force' => true // enforce caching for logged in users
],
'template' => [
// 'baseurl' => public_path( 'vendor/shop/themes/default' ), // for styling for e-mail templates
],
],
'catalog' => [
'lists' => [
// 'basket-add' => true, // shows add to basket in list views
'basket-add' => true, // shows add to basket in list views
// 'infinite-scroll' => true, // load more products in list view
// 'size' => 48, // number of products per page
],
Expand Down

0 comments on commit 3c25617

Please sign in to comment.