Skip to content

Commit

Permalink
chore: Enable GlobalTopics by default
Browse files Browse the repository at this point in the history
This was disabled by default in 2.0 as it was a work-in-progress
  • Loading branch information
MarkLark86 committed Mar 31, 2022
1 parent c133ab5 commit ef58eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newsroom/ui_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class UIConfigResource(newsroom.Resource):
},
'enable_global_topics': {
'type': 'boolean',
'default': False
'default': True
},
'open_coverage_content_in_same_page': {
'type': 'boolean',
Expand Down

0 comments on commit ef58eb3

Please sign in to comment.