From 2568ac89d51012d1323a78ee52843e6daca00b81 Mon Sep 17 00:00:00 2001 From: Quentin Lagache Date: Sat, 7 Feb 2026 13:00:33 +0000 Subject: [PATCH] Adds Favicon setting --- README.md | 6 ++++++ config/settings_schema.json | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 42c9551..e2a758b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ detection checkpoint, and discount links. 5. Go to **Theme settings -> Storefront** and configure `storefront_hostname` 6. **Publish** the theme +## Favicon + +You can configure the `favicon` value in **Theme settings -> Logo**. + +The favicon is used on `/checkouts/` urls (and any unredirected online store urls) + ## Custom redirects You can configure the `custom_redirects` value in **Theme settings > Storefront**. diff --git a/config/settings_schema.json b/config/settings_schema.json index 54c0592..8ce7015 100644 --- a/config/settings_schema.json +++ b/config/settings_schema.json @@ -7,6 +7,17 @@ "theme_documentation_url": "https://github.com/Shopify/hydrogen-redirect-theme", "theme_support_url": "https://github.com/Shopify/hydrogen-redirect-theme/issues" }, + { + "name": "Logo", + "settings": [ + { + "type": "image_picker", + "id": "favicon", + "label": "Favicon", + "info": "Displayed at 32 x 32px" + } + ] + }, { "name": "Storefront", "settings": [