Skip to content

Commit

Permalink
Multirow
Browse files Browse the repository at this point in the history
  • Loading branch information
katycobb committed Dec 13, 2024
1 parent f7051cf commit a36e4b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
13 changes: 5 additions & 8 deletions locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1541,8 +1541,7 @@
"options__3": {
"label": "Large"
},
"label": "Desktop image width",
"info": "Image is automatically optimized for mobile."
"label": "Image width"
},
"text_style": {
"options__1": {
Expand Down Expand Up @@ -1572,7 +1571,7 @@
"options__3": {
"label": "Right"
},
"label": "Desktop content alignment"
"label": "Content alignment"
},
"desktop_content_position": {
"options__1": {
Expand All @@ -1584,8 +1583,7 @@
"options__3": {
"label": "Bottom"
},
"label": "Desktop content position",
"info": "Position is automatically optimized for mobile."
"label": "Content position"
},
"image_layout": {
"options__1": {
Expand All @@ -1600,8 +1598,7 @@
"options__4": {
"label": "Aligned right"
},
"label": "Desktop image placement",
"info": "Placement is automatically optimized for mobile."
"label": "Image placement"
},
"container_color_scheme": {
"label": "Container color scheme"
Expand All @@ -1616,7 +1613,7 @@
"options__3": {
"label": "Right"
},
"label": "Mobile content alignment"
"label": "Content alignment"
},
"header_mobile": {
"content": "Mobile Layout"
Expand Down
9 changes: 3 additions & 6 deletions sections/multirow.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@
}
],
"default": "medium",
"label": "t:sections.multirow.settings.desktop_image_width.label",
"info": "t:sections.multirow.settings.desktop_image_width.info"
"label": "t:sections.multirow.settings.desktop_image_width.label"
},
{
"type": "select",
Expand Down Expand Up @@ -238,8 +237,7 @@
}
],
"default": "middle",
"label": "t:sections.multirow.settings.desktop_content_position.label",
"info": "t:sections.multirow.settings.desktop_content_position.info"
"label": "t:sections.multirow.settings.desktop_content_position.label"
},
{
"type": "select",
Expand Down Expand Up @@ -283,8 +281,7 @@
}
],
"default": "alternate-left",
"label": "t:sections.multirow.settings.image_layout.label",
"info": "t:sections.multirow.settings.image_layout.info"
"label": "t:sections.multirow.settings.image_layout.label"
},
{
"type": "color_scheme",
Expand Down

0 comments on commit a36e4b5

Please sign in to comment.