From 49614a81204c82c4bbbad66997a35458eecf8507 Mon Sep 17 00:00:00 2001 From: Caesar Bell Date: Wed, 4 Oct 2023 15:54:36 -0400 Subject: [PATCH] :bug: DOP-4060 adds the value back into the custom-environment-variables json --- 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",