diff --git a/sections/featured-product.liquid b/sections/featured-product.liquid index 8eb489d6c3b..f2647b59161 100644 --- a/sections/featured-product.liquid +++ b/sections/featured-product.liquid @@ -504,7 +504,7 @@ "name": "t:sections.featured-product.blocks.text.name", "settings": [ { - "type": "inline_richtext", + "type": "richtext", "id": "text", "default": "t:sections.featured-product.blocks.text.settings.text.default", "label": "t:sections.featured-product.blocks.text.settings.text.label" @@ -1476,7 +1476,7 @@ { "type": "text", "settings": { - "text": "{{ section.settings.product.vendor }}", + "text": "
{{ section.settings.product.vendor }}
", "text_style": "uppercase" } },