c0ffeeca7 473d9d3fae
Dashboards: apply sentence style caps (#29890)
* Dashboards: apply sentence-style capitalization

* Apply sentence-style capitalization, apply reuse

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Apply suggestions from code review

* Add substep on dashboard control

* Remove code fence from title

- to focus on the topic of the content, rather than the code itself

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-18 11:47:45 +01:00

443 B

type, title, sidebar_label, description
type title sidebar_label description
view Panel view Panel The panel view shows a single card in the full width of the screen.

The view must have exactly one card. This card is rendered full-width.

This view doesn't have support for badges.

This view is good when using cards like map, stack or picture-elements.

{% configuration %} type: required: true description: "panel" type: string {% endconfiguration %}