diff --git a/DfE.FindInformationAcademiesTrusts/appsettings.json b/DfE.FindInformationAcademiesTrusts/appsettings.json index 8e9e14e8b..116bdf6d0 100644 --- a/DfE.FindInformationAcademiesTrusts/appsettings.json +++ b/DfE.FindInformationAcademiesTrusts/appsettings.json @@ -41,7 +41,7 @@ "FeatureManagement": { "TestFlag": false, "EditContactsUI": false, - "UpdatedFooterHelpLink": false + "UpdatedFooterHelpLink": true }, "DataProtection": { "KeyVaultKey": "", diff --git a/docs/feature-flags.md b/docs/feature-flags.md index a114166da..93fbdbe13 100644 --- a/docs/feature-flags.md +++ b/docs/feature-flags.md @@ -6,7 +6,7 @@ Feature flags can be used to programatically turn features on and off. We can us - `TestFlag` (Default: false): Flag added to test the functionality of feature flags. Adds a line to the layout that shows flags are working when set to true. - `EditContactsUI` (Default: false): Flag added to control who can see the edit contacts UI on the Trust contacts page while that is still in development. -- `UpdatedFooterHelpLink` (Default: false): Flag added to control when we release the updated help link in the footer. +- `UpdatedFooterHelpLink` (Default: true): Flag added to control when we release the updated help link in the footer. ## Implementation