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.
pull/61827/head
zsrv 2 years ago committed by GitHub
parent 5cb0ee11e1
commit 22f51602ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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]

Loading…
Cancel
Save