Skip to content

Commit

Permalink
Setting and info updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeleta committed Jan 6, 2023
1 parent fd3f095 commit c249130
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
17 changes: 9 additions & 8 deletions locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"content": "Grid"
},
"paragraph__grid": {
"content": "Affects areas with a multicolumn layout."
"content": "Affects areas with multiple columns or rows."
},
"spacing_grid_horizontal": {
"label": "Horizontal space"
Expand Down Expand Up @@ -1443,23 +1443,24 @@
"options__3": {
"label": "Bottom"
},
"label": "Desktop content position"
"label": "Desktop content position",
"info": "Position is automatically optimized for mobile."
},
"image_layout": {
"options__1": {
"label": "Zig zag from left"
"label": "Alternate from left"
},
"options__2": {
"label": "Zig zag from right"
"label": "Alternate from right"
},
"options__3": {
"label": "Align left"
"label": "Aligned left"
},
"options__4": {
"label": "Align right"
"label": "Aligned right"
},
"label": "Desktop image layout",
"info": "Image first is the default mobile layout."
"label": "Desktop image placement",
"info": "Placement is automatically optimized for mobile."
},
"container_color_scheme": {
"label": "Container color scheme"
Expand Down
12 changes: 6 additions & 6 deletions sections/multirow.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
"label": "t:sections.multirow.settings.desktop_content_position.options__3.label"
}
],
"default": "top",
"default": "middle",
"label": "t:sections.multirow.settings.desktop_content_position.label",
"info": "t:sections.multirow.settings.desktop_image_width.info"
"info": "t:sections.multirow.settings.desktop_content_position.info"
},
{
"type": "select",
Expand Down Expand Up @@ -274,7 +274,7 @@
},
{
"type": "select",
"id": "row_color_scheme",
"id": "section_color_scheme",
"options": [
{
"value": "accent-1",
Expand All @@ -298,11 +298,11 @@
}
],
"default": "background-1",
"label": "t:sections.multirow.settings.container_color_scheme.label"
"label": "t:sections.all.colors.label"
},
{
"type": "select",
"id": "section_color_scheme",
"id": "row_color_scheme",
"options": [
{
"value": "accent-1",
Expand All @@ -326,7 +326,7 @@
}
],
"default": "background-1",
"label": "t:sections.all.colors.label"
"label": "t:sections.multirow.settings.container_color_scheme.label"
},
{
"type": "header",
Expand Down

0 comments on commit c249130

Please sign in to comment.