[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 e604e69d93,
but the update to the description in the documentation was missed.

(cherry picked from commit 22f51602ba)

Co-authored-by: zsrv <95176387+zsrv@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2023-02-23 17:46:01 +00:00
committed by GitHub
co-authored by zsrv
parent 3e30c2024c
commit 77263b8e65
@@ -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]