diff --git a/CHANGELOG.md b/CHANGELOG.md index 8348fadc..fc06759b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Add fold to the home. ## [3.15.1] - 2019-09-23 diff --git a/store/blocks/home/home.jsonc b/store/blocks/home/home.jsonc index ce5a586b..3d12dc30 100644 --- a/store/blocks/home/home.jsonc +++ b/store/blocks/home/home.jsonc @@ -6,7 +6,9 @@ * For example, `flex-layout.row#deals` is defined in the `deals.json` file. */ "flex-layout.row#deals", "shelf#home", + "__fold__", "info-card#home", + "shelf#home2", "rich-text#question", "rich-text#link", "newsletter" @@ -48,6 +50,22 @@ } }, + "shelf#home2": { + "blocks": ["product-summary.shelf"], + "props": { + "orderBy": "OrderByReleaseDateDESC", + "paginationDotsVisibility": "desktopOnly", + "productList": { + "maxItems": 10, + "itemsPerPage": 5, + "minItemsPerPage": 1.5, + "scroll": "BY_PAGE", + "arrows": true, + "titleText": "Top sellers" + } + } + }, + "product-summary#home": { "props": { "isOneClickBuy": false,