Skip to content

Commit

Permalink
Slideshow headings
Browse files Browse the repository at this point in the history
  • Loading branch information
katycobb committed Dec 17, 2024
1 parent 5984382 commit 2720f43
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
14 changes: 13 additions & 1 deletion locales/en.default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3118,6 +3118,9 @@
"label": "Subheading",
"default": "Tell your brand's story through images"
},
"header_button": {
"content": "Button"
},
"button_label": {
"label": "Label",
"default": "Button label"
Expand Down Expand Up @@ -3158,11 +3161,14 @@
"label": "Bottom right"
}
},
"header_layout": {
"content": "Layout"
},
"show_text_box": {
"label": "Container"
},
"text_alignment": {
"label": "Desktop content alignment",
"label": "Content alignment",
"option_1": {
"label": "Left"
},
Expand All @@ -3176,6 +3182,12 @@
"image_overlay_opacity": {
"label": "Overlay opacity"
},
"header_text": {
"content": "Text"
},
"header_colors": {
"content": "Colors"
},
"text_alignment_mobile": {
"label": "Mobile content alignment",
"options__1": {
Expand Down
20 changes: 16 additions & 4 deletions sections/slideshow.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,6 @@
"label": "t:sections.slideshow.settings.change_slides_speed.label",
"default": 5
},
{
"type": "header",
"content": "t:sections.all.animation.content"
},
{
"type": "select",
"id": "image_behavior",
Expand Down Expand Up @@ -409,6 +405,10 @@
"label": "t:sections.slideshow.blocks.slide.settings.image_overlay_opacity.label",
"default": 0
},
{
"type": "header",
"content": "t:sections.slideshow.blocks.slide.settings.header_text.content"
},
{
"type": "inline_richtext",
"id": "heading",
Expand Down Expand Up @@ -449,6 +449,10 @@
"default": "t:sections.slideshow.blocks.slide.settings.subheading.default",
"label": "t:sections.slideshow.blocks.slide.settings.subheading.label"
},
{
"type": "header",
"content": "t:sections.slideshow.blocks.slide.settings.header_button.content"
},
{
"type": "text",
"id": "button_label",
Expand All @@ -466,6 +470,10 @@
"label": "t:sections.slideshow.blocks.slide.settings.secondary_style.label",
"default": false
},
{
"type": "header",
"content": "t:sections.slideshow.blocks.slide.settings.header_layout.content"
},
{
"type": "checkbox",
"id": "show_text_box",
Expand Down Expand Up @@ -556,6 +564,10 @@
"default": "center",
"label": "t:sections.slideshow.blocks.slide.settings.text_alignment_mobile.label"
},
{
"type": "header",
"content": "t:sections.slideshow.blocks.slide.settings.header_colors.content"
},
{
"type": "color_scheme",
"id": "color_scheme",
Expand Down

0 comments on commit 2720f43

Please sign in to comment.