Dashboard schema: Review and mature timezone property (#62090)

* Review and mature timezone property of Dashboard kind

* Update timezone type
This commit is contained in:
Dominik Prokop
2023-01-27 07:13:33 -08:00
committed by GitHub
parent 5531e22f46
commit 83199c4bf5
7 changed files with 11 additions and 21 deletions

View File

@ -30,8 +30,8 @@ lineage: seqs: [
tags?: [...string] @grafanamaturity(NeedsExpertReview)
// Theme of dashboard.
style: "light" | *"dark" @grafanamaturity(NeedsExpertReview)
// Timezone of dashboard,
timezone?: *"browser" | "utc" | "" @grafanamaturity(NeedsExpertReview)
// Timezone of dashboard. Accepts IANA TZDB zone ID or "browser" or "utc".
timezone?: string | *""
// Whether a dashboard is editable or not.
editable: bool | *true
// Configuration of dashboard cursor sync behavior.