Skip to content

Commit

Permalink
tweaks to image banner, buy buttons, slideshow
Browse files Browse the repository at this point in the history
  • Loading branch information
katycobb committed Jan 28, 2025
1 parent a94dfcc commit 9b41bdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@
"options__3": {
"label": "Right"
},
"label": "Content alignment"
"label": "Alignment"
},
"stack_images_on_mobile": {
"label": "Stack images"
Expand Down Expand Up @@ -2047,7 +2047,7 @@
"info": "Customers will see their preferred payment option. [Learn more](https://help.shopify.com/manual/using-themes/change-the-layout/dynamic-checkout)"
},
"show_gift_card_recipient": {
"label": "Recipient info form for gift cards",
"label": " Gift card sending options",
"info": "Customers can add a personal message and schedule the send date. [Learn more](https://help.shopify.com/manual/online-store/themes/customizing-themes/add-gift-card-recipient-fields)"
}
}
Expand Down Expand Up @@ -3028,7 +3028,7 @@
"label": "Full width"
},
"options__2": {
"label": "Grid"
"label": "Page"
}
},
"slide_height": {
Expand Down
12 changes: 6 additions & 6 deletions sections/image-banner.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,12 @@
"type": "header",
"content": "t:sections.image-banner.settings.mobile.content"
},
{
"type": "checkbox",
"id": "stack_images_on_mobile",
"default": true,
"label": "t:sections.image-banner.settings.stack_images_on_mobile.label"
},
{
"type": "select",
"id": "mobile_content_alignment",
Expand All @@ -347,12 +353,6 @@
"default": "center",
"label": "t:sections.image-banner.settings.mobile_content_alignment.label"
},
{
"type": "checkbox",
"id": "stack_images_on_mobile",
"default": true,
"label": "t:sections.image-banner.settings.stack_images_on_mobile.label"
},
{
"type": "checkbox",
"id": "show_text_below",
Expand Down

0 comments on commit 9b41bdf

Please sign in to comment.