From 8121bf51b356eee6bd676182b7cb8c5fd1a6c025 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Wed, 18 Sep 2024 16:57:51 +0300 Subject: [PATCH] added is_eu_ip_address --- .../stencil/themes/context/object-reference/schemas/settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/storefront/stencil/themes/context/object-reference/schemas/settings.yml b/docs/storefront/stencil/themes/context/object-reference/schemas/settings.yml index aace33156..91c34c824 100644 --- a/docs/storefront/stencil/themes/context/object-reference/schemas/settings.yml +++ b/docs/storefront/stencil/themes/context/object-reference/schemas/settings.yml @@ -78,6 +78,7 @@ properties: is_eu_ip_address: type: boolean description: A boolean value. Return true if the shoppers ip address is in the EU. + deprecated: true maintenance: type: object description: Object that manages information about the store when in maintenance (offline) mode.