Commit 94a29759 by Sofia Papagiannaki Committed by GitHub

Docs: Fix expressions enabled description (#30589)

parent f3e96ca2
......@@ -895,5 +895,5 @@ use_browser_locale = false
default_timezone = browser
[expressions]
# Disable expressions & UI features
# Enable or disable the expressions functionality.
enabled = true
......@@ -885,5 +885,5 @@
;default_timezone = browser
[expressions]
# Disable expressions & UI features
# Enable or disable the expressions functionality.
;enabled = true
......@@ -1515,6 +1515,6 @@ Set this to `true` to have date formats automatically derived from your browser
Used as the default time zone for user preferences. Can be either `browser` for the browser local time zone or a time zone name from the IANA Time Zone database, such as `UTC` or `Europe/Amsterdam`.
## [expressions]
>Note: This is available in Grafana v7.4 and later versions.
> **Note:** This feature is available in Grafana v7.4 and later versions.
### enabled
Set this to `false` to disable expressions and hide them in the Grafana UI. Default is `true`.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment