From 7884187584e0590d57f5c8e52e1182ed725c1334 Mon Sep 17 00:00:00 2001 From: Caesar Bell Date: Wed, 4 Oct 2023 16:20:05 -0400 Subject: [PATCH] :bug: DOP-4060 adds the value back into the custom-environment-variables json (#921) Co-authored-by: Caesar Bell --- config/custom-environment-variables.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/custom-environment-variables.json b/config/custom-environment-variables.json index 49043b253..be28f8a79 100644 --- a/config/custom-environment-variables.json +++ b/config/custom-environment-variables.json @@ -24,6 +24,7 @@ "featureFlagUpdatePages": "FEATURE_FLAG_UPDATE_PAGES", "featureFlagSearchUI": "GATSBY_TEST_SEARCH_UI", "gatsbyUseChatbot": "GATSBY_SHOW_CHATBOT", + "gatsbyHideUnifiedFooterLocale": "GATSBY_HIDE_UNIFIED_FOOTER_LOCALE", "repoBranchesCollection": "REPO_BRANCHES_COL_NAME", "docsetsCollection": "DOCSETS_COL_NAME", "repo_dir": "repos",