From 001c0c3327993b2f29d70bf3540112c60554ff72 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 Feb 2023 11:31:37 +0000 Subject: [PATCH] Squashed 'template/pages/' changes from 1bc5abe..3a526c8 3a526c8 Update with @ecomplus/storefront-template v2.0.0-beta.214 git-subtree-dir: template/pages git-subtree-split: 3a526c88b6db51fee397c8d87493c60eddd33450 --- @/sections/collection-shelf.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@/sections/collection-shelf.ejs b/@/sections/collection-shelf.ejs index 3905f3086..c7b67b95e 100644 --- a/@/sections/collection-shelf.ejs +++ b/@/sections/collection-shelf.ejs @@ -1,5 +1,5 @@ <% -let { title, link, shuffle, headless } = opt +let { title, link, shuffle, headless, autoplay } = opt let items, collection if (opt.sort || opt.collection_id) { let search, productIds @@ -68,6 +68,6 @@ if (opt.sort || opt.collection_id) {
<%- await include('@/sections/inc/products-carousel', { - _, opt: { items, collection, title, link, shuffle, headless } + _, opt: { items, collection, title, link, shuffle, headless, autoplay } }) %>