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

420 B

type, title, sidebar_label, description
type title sidebar_label description
view Masonry view Masonry (default) The default panel layout uses a masonry algorithme.

The masonry view is the default view type. It sorts cards in columns based on their card size. If you want to group some cards you have to use stack or grid cards.

{% configuration %} type: required: false description: "masonry" type: string {% endconfiguration %}