Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions server/config/feature_flag_configs/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
"owner": "nick-next",
"description": "Feature flag to show the complete metadata modal. If not set, the older modal will be used as a fallback."
},
{
"name": "standardized_vis_tool",
"enabled": true,
"owner": "juliawu",
"description": "Enables standardized visualization tool UI for the /tool/map, /tool/scatter, and /tool/timeline pages",
"rollout_percentage": 20
},
{
"name": "vai_for_statvar_search",
"enabled": true,
Expand Down
Loading