Skip to content

Commit

Permalink
Add warning about borders not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Mar 17, 2023
1 parent c2370db commit 432e904
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@
"options__8": {
"label": "Round"
},
"label": "Image shape"
"label": "Image shape",
"info": "Standard-styled cards have no borders when an image shape is active."
}
},
"announcement-bar": {
Expand Down
3 changes: 2 additions & 1 deletion sections/featured-collection.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@
}
],
"default": "default",
"label": "t:sections.all.image_shape.label"
"label": "t:sections.all.image_shape.label",
"info": "t:sections.all.image_shape.info"
},
{
"type": "checkbox",
Expand Down
3 changes: 2 additions & 1 deletion sections/main-collection-product-grid.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@
}
],
"default": "default",
"label": "t:sections.all.image_shape.label"
"label": "t:sections.all.image_shape.label",
"info": "t:sections.all.image_shape.info"
},
{
"type": "checkbox",
Expand Down
3 changes: 2 additions & 1 deletion sections/main-search.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@
}
],
"default": "default",
"label": "t:sections.all.image_shape.label"
"label": "t:sections.all.image_shape.label",
"info": "t:sections.all.image_shape.info"
},
{
"type": "checkbox",
Expand Down
3 changes: 2 additions & 1 deletion sections/related-products.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
}
],
"default": "default",
"label": "t:sections.all.image_shape.label"
"label": "t:sections.all.image_shape.label",
"info": "t:sections.all.image_shape.info"
},
{
"type": "checkbox",
Expand Down

0 comments on commit 432e904

Please sign in to comment.