Skip to content

Commit

Permalink
Collection list
Browse files Browse the repository at this point in the history
  • Loading branch information
katycobb committed Dec 20, 2024
1 parent b851e97 commit d733919
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
13 changes: 6 additions & 7 deletions locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@
"default": "Collections"
},
"sort": {
"label": "Sort collections by:",
"label": "Sort collections",
"options__1": {
"label": "Alphabetically, A-Z"
},
Expand Down Expand Up @@ -1925,22 +1925,21 @@
},
"options__3": {
"label": "Square"
},
"info": "Add images by editing your collections. [Learn more](https://help.shopify.com/manual/products/collections)"
}
},
"columns_desktop": {
"label": "Number of columns on desktop"
"label": "Columns"
},
"header_mobile": {
"content": "Mobile Layout"
},
"columns_mobile": {
"label": "Number of columns on mobile",
"label": "Mobile columns",
"options__1": {
"label": "1 column"
"label": "1"
},
"options__2": {
"label": "2 columns"
"label": "2"
}
}
}
Expand Down
7 changes: 1 addition & 6 deletions sections/main-list-collections.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@
}
],
"default": "adapt",
"label": "t:sections.main-list-collections.settings.image_ratio.label",
"info": "t:sections.main-list-collections.settings.image_ratio.info"
"label": "t:sections.main-list-collections.settings.image_ratio.label"
},
{
"type": "range",
Expand All @@ -120,10 +119,6 @@
"default": 3,
"label": "t:sections.main-list-collections.settings.columns_desktop.label"
},
{
"type": "header",
"content": "t:sections.main-list-collections.settings.header_mobile.content"
},
{
"type": "select",
"id": "columns_mobile",
Expand Down

0 comments on commit d733919

Please sign in to comment.