Skip to content

Commit

Permalink
Merge views subtree
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 6, 2023
2 parents df97f1d + 001c0c3 commit 169dc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/pages/@/sections/collection-shelf.ejs
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -68,6 +68,6 @@ if (opt.sort || opt.collection_id) {

<div class="collection-shelf my-lg-5">
<%- await include('@/sections/inc/products-carousel', {
_, opt: { items, collection, title, link, shuffle, headless }
_, opt: { items, collection, title, link, shuffle, headless, autoplay }
}) %>
</div>

0 comments on commit 169dc12

Please # to comment.