From cd6028cd7e7364945a7c1ee1c2a3b184ff289421 Mon Sep 17 00:00:00 2001 From: "shopify[bot]" <79544226+shopify[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 12:53:07 +0000 Subject: [PATCH] Update from Shopify for theme SHX-Theme/main Committed from shop: Quickstart (e8822a71) --- sections/footer-group.context.de.json | 8 ++++++++ sections/header-group.context.de.json | 8 ++++++++ templates/product.context.de.json | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 sections/footer-group.context.de.json create mode 100644 sections/header-group.context.de.json create mode 100644 templates/product.context.de.json diff --git a/sections/footer-group.context.de.json b/sections/footer-group.context.de.json new file mode 100644 index 0000000..45a5b90 --- /dev/null +++ b/sections/footer-group.context.de.json @@ -0,0 +1,8 @@ +{ + "parent": "footer-group.json", + "context": { + "market": "de" + }, + "sections": { + } +} diff --git a/sections/header-group.context.de.json b/sections/header-group.context.de.json new file mode 100644 index 0000000..d8a9b66 --- /dev/null +++ b/sections/header-group.context.de.json @@ -0,0 +1,8 @@ +{ + "parent": "header-group.json", + "context": { + "market": "de" + }, + "sections": { + } +} diff --git a/templates/product.context.de.json b/templates/product.context.de.json new file mode 100644 index 0000000..4aaebae --- /dev/null +++ b/templates/product.context.de.json @@ -0,0 +1,8 @@ +{ + "parent": "product.json", + "context": { + "market": "de" + }, + "sections": { + } +}