Skip to content

Commit

Permalink
[Featured Collection] Update maximum products to 25 (#2096)
Browse files Browse the repository at this point in the history
* Update featured collection max to 24

* Update maximum to 25
  • Loading branch information
LucasLacerdaUX authored Nov 30, 2022
1 parent ae6857d commit 4cdcd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/featured-collection.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"type": "range",
"id": "products_to_show",
"min": 2,
"max": 12,
"max": 25,
"step": 1,
"default": 4,
"label": "t:sections.featured-collection.settings.products_to_show.label"
Expand Down

0 comments on commit 4cdcd90

Please sign in to comment.