Docs: Fix expressions enabled description (#30589) (#30651)

(cherry picked from commit 94a29759ab)

Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-01-26 10:16:44 -08:00
committed by GitHub
co-authored by Sofia Papagiannaki
parent b4cc173235
commit b6acd8b685
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -895,5 +895,5 @@ use_browser_locale = false
default_timezone = browser
[expressions]
# Disable expressions & UI features
# Enable or disable the expressions functionality.
enabled = true
+1 -1
View File
@@ -885,5 +885,5 @@
;default_timezone = browser
[expressions]
# Disable expressions & UI features
# Enable or disable the expressions functionality.
;enabled = true
+1 -1
View File
@@ -1507,6 +1507,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`.