[v9.3.x] Docs: Update default value for geomaps enable_custom_baselayers option (#63674)

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 12:45:46 -05:00
committed by GitHub
co-authored by zsrv
parent abfd8792e5
commit 93982e4e6a
@@ -2070,7 +2070,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]