mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 05:34:02 +08:00

* Docs: Add Schema maturity docs * Remove 'which category' section from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Remove Maturity process guides from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Remove Defaults and Field optionality from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Remove MaybeRemove section from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Remove Milestone 3 and 4 from maturity.md Co-authored-by: sam boyer <sdboyer@grafana.com> * Rearrange schema maturity docs * Regenerate schema docs after merge with main * Update Maturity docs headers, keep single h1 * Update wording in Schema docs Co-authored-by: Tania <yalyna.ts@gmail.com> * Regenerate docs after merge with main --------- Co-authored-by: sam boyer <sdboyer@grafana.com> Co-authored-by: Tania <yalyna.ts@gmail.com>
1.7 KiB
1.7 KiB
keywords | title | ||
---|---|---|---|
|
DashboardListPanelCfg kind |
Both documentation generation and kinds schemas are in active development and subject to change without prior notice.
DashboardListPanelCfg
Maturity: experimental
Version: 0.0
Property | Type | Required | Description |
---|---|---|---|
PanelLayout |
string | Yes | Possible values are: list , previews . |
PanelOptions |
object | Yes |
PanelOptions
Property | Type | Required | Description |
---|---|---|---|
maxItems |
integer | Yes | Default: 10 . |
query |
string | Yes | Default: ``. |
showHeadings |
boolean | Yes | Default: true . |
showRecentlyViewed |
boolean | Yes | Default: false . |
showSearch |
boolean | Yes | Default: false . |
showStarred |
boolean | Yes | Default: true . |
tags |
string[] | Yes | |
folderId |
integer | No | |
layout |
string | No | Possible values are: list , previews . |