Skip to content

Commit

Permalink
Update default value for mobile column (#1425)
Browse files Browse the repository at this point in the history
* Update default value for mobile column

* Update mobile column value to 1 for multicolumn

* Remove unnecessary comma

* Add new line
  • Loading branch information
martinamarien authored Feb 25, 2022
1 parent 884fdbf commit 17b672b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions sections/collection-list.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@
{
"type": "select",
"id": "columns_mobile",
"default": "2",
"label": "t:sections.collection-list.settings.columns_mobile.label",
"options": [
{
"value": "1",
Expand All @@ -193,7 +191,9 @@
"value": "2",
"label": "t:sections.collection-list.settings.columns_mobile.options__2.label"
}
]
],
"default": "1",
"label": "t:sections.collection-list.settings.columns_mobile.label"
},
{
"type": "checkbox",
Expand Down Expand Up @@ -256,4 +256,5 @@
}
]
}
{% endschema %}
{% endschema %}

6 changes: 3 additions & 3 deletions sections/multicolumn.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@
{
"type": "select",
"id": "columns_mobile",
"default": "2",
"label": "t:sections.multicolumn.settings.columns_mobile.label",
"options": [
{
"value": "1",
Expand All @@ -293,7 +291,9 @@
"value": "2",
"label": "t:sections.multicolumn.settings.columns_mobile.options__2.label"
}
]
],
"default": "1",
"label": "t:sections.multicolumn.settings.columns_mobile.label"
},
{
"type": "checkbox",
Expand Down

0 comments on commit 17b672b

Please sign in to comment.