Skip to content

Commit

Permalink
Image with text
Browse files Browse the repository at this point in the history
  • Loading branch information
katycobb committed Dec 13, 2024
1 parent e6571e2 commit 6feed18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
12 changes: 5 additions & 7 deletions locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1374,8 +1374,7 @@
"options__3": {
"label": "Large"
},
"label": "Desktop image width",
"info": "Image is automatically optimized for mobile."
"label": "Image width"
},
"layout": {
"options__1": {
Expand All @@ -1384,8 +1383,7 @@
"options__2": {
"label": "Image second"
},
"label": "Desktop image placement",
"info": "Image first is the default mobile layout."
"label": "Image placement"
},
"desktop_content_alignment": {
"options__1": {
Expand All @@ -1397,7 +1395,7 @@
"options__3": {
"label": "Right"
},
"label": "Desktop content alignment"
"label": "Content alignment"
},
"desktop_content_position": {
"options__1": {
Expand All @@ -1409,7 +1407,7 @@
"options__3": {
"label": "Bottom"
},
"label": "Desktop content position"
"label": "Content position"
},
"content_layout": {
"options__1": {
Expand All @@ -1430,7 +1428,7 @@
"options__3": {
"label": "Right"
},
"label": "Mobile content alignment"
"label": "Content alignment"
}
},
"blocks": {
Expand Down
6 changes: 2 additions & 4 deletions sections/image-with-text.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@
}
],
"default": "medium",
"label": "t:sections.image-with-text.settings.desktop_image_width.label",
"info": "t:sections.image-with-text.settings.desktop_image_width.info"
"label": "t:sections.image-with-text.settings.desktop_image_width.label"
},
{
"type": "select",
Expand All @@ -179,8 +178,7 @@
}
],
"default": "image_first",
"label": "t:sections.image-with-text.settings.layout.label",
"info": "t:sections.image-with-text.settings.layout.info"
"label": "t:sections.image-with-text.settings.layout.label"
},
{
"type": "select",
Expand Down

0 comments on commit 6feed18

Please sign in to comment.