Skip to content

Commit

Permalink
Merge pull request #563 from DFE-Digital/footer-changes-go-live
Browse files Browse the repository at this point in the history
Change the UpdatedFooterHelpLink Feature flag default to true
  • Loading branch information
dneed-nimble authored Oct 17, 2024
2 parents 416daf5 + 29a25b0 commit 42b0373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DfE.FindInformationAcademiesTrusts/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"FeatureManagement": {
"TestFlag": false,
"EditContactsUI": false,
"UpdatedFooterHelpLink": false
"UpdatedFooterHelpLink": true
},
"DataProtection": {
"KeyVaultKey": "",
Expand Down
2 changes: 1 addition & 1 deletion docs/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 42b0373

Please sign in to comment.