From 4318001014cbcae7c4e37d2e5eba559f5098f5a1 Mon Sep 17 00:00:00 2001 From: martinamarien Date: Tue, 30 Nov 2021 10:04:45 -0500 Subject: [PATCH] Add caption-with-letter-spacing and fix translation content --- locales/en.default.schema.json | 2 +- sections/image-with-text.liquid | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en.default.schema.json b/locales/en.default.schema.json index 02934553143..f057261e72e 100644 --- a/locales/en.default.schema.json +++ b/locales/en.default.schema.json @@ -958,7 +958,7 @@ "options__3": { "label": "Large" }, - "label": "Image ratio", + "label": "Image height", "info": "Determines section height." }, "desktop_image_width": { diff --git a/sections/image-with-text.liquid b/sections/image-with-text.liquid index ddd98f2ad73..6b3c16aabe8 100644 --- a/sections/image-with-text.liquid +++ b/sections/image-with-text.liquid @@ -265,7 +265,7 @@ { "type": "text", "name": "t:sections.image-with-text.blocks.text.name", - "limit": 1, + "limit": 2, "settings": [ { "type": "richtext", @@ -286,7 +286,7 @@ "label": "t:sections.image-with-text.blocks.text.settings.text_style.options__2.label" }, { - "value": "uppercase", + "value": "caption-with-letter-spacing", "label": "t:sections.image-with-text.blocks.text.settings.text_style.options__3.label" } ],