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.
This commit is contained in:
zsrv
2023-02-23 17:41:21 +00:00
committed by GitHub
parent 5cb0ee11e1
commit 22f51602ba

View File

@ -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]