From 22f51602baa1843d18d3b42cb35f08dc3ca04bbf Mon Sep 17 00:00:00 2001 From: zsrv <95176387+zsrv@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:41:21 +0000 Subject: [PATCH] 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. --- 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 2c9f70613b9..f75cf9659b7 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -2183,7 +2183,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]