Skip to content

Commit

Permalink
Add local toggle config for articleElectionBanner
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore108 committed Oct 21, 2024
1 parent e98b4f9 commit 33687b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/lib/config/toggles/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ exports[`Toggles Config when application environment is local should contain cor
"ads": {
"enabled": false,
},
"articleElectionBanner": {
"enabled": true,
},
"chartbeatAnalytics": {
"enabled": true,
},
Expand Down
3 changes: 3 additions & 0 deletions src/app/lib/config/toggles/localConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ export default {
ads: {
enabled: false,
},
articleElectionBanner: {
enabled: true,
},
chartbeatAnalytics: {
enabled: true,
},
Expand Down

0 comments on commit 33687b8

Please sign in to comment.