From 77263b8e653b9bbf0c12d966c29049d830cb3ba9 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:46:01 +0100 Subject: [PATCH] [v9.4.x] Docs: Update default value for geomaps enable_custom_baselayers option (#63675) Docs: Update default value for geomaps enable_custom_baselayers option (#61880) Docs: Update default value for geomaps disable_custom_baselayers option The `disable_custom_baselayers` configuration option name and default value were inverted in commit e604e69d937b7c958a6be310651f12375afb701f, but the update to the description in the documentation was missed. (cherry picked from commit 22f51602baa1843d18d3b42cb35f08dc3ca04bbf) Co-authored-by: zsrv <95176387+zsrv@users.noreply.github.com> --- docs/sources/setup-grafana/configure-grafana/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index bc213e0bd06..74727030234 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -2191,7 +2191,7 @@ default_baselayer_config = `{ ### enable_custom_baselayers -Set this to `true` to disable loading other custom base maps and hide them in the Grafana UI. Default is `false`. +Set this to `false` to disable loading other custom base maps and hide them in the Grafana UI. Default is `true`. ## [dashboard_previews]