FeatureFlags: enable i18n flag in the registry (#59662)

This commit is contained in:
Ryan McKinley
2022-12-01 08:27:52 -08:00
committed by GitHub
parent 16fec64690
commit b537acab49
3 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -1281,7 +1281,10 @@ license_path =
# enable = feature1,feature2
enable =
internationalization = true
# Some features are enabled by default, see:
# https://grafana.com/docs/grafana/next/setup-grafana/configure-grafana/feature-toggles/
# To enable features by default, set `Expression: "true"` in:
# https://github.com/grafana/grafana/blob/main/pkg/services/featuremgmt/registry.go
# feature1 = true
# feature2 = false