mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Masonry typo (#18699)
This commit is contained in:
parent
24e484a001
commit
4548a13fb8
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
type: view
|
type: view
|
||||||
title: Masonary View
|
title: Masonry View
|
||||||
sidebar_label: Masonary (default)
|
sidebar_label: Masonry (default)
|
||||||
description: "The default panel layout uses a masonary algorithme."
|
description: "The default panel layout uses a masonry algorithme."
|
||||||
---
|
---
|
||||||
|
|
||||||
The masonary view is the default view type.
|
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` cards.
|
It sorts cards in columns based on their `card size`. If you want to group some cards you have to use `stack` cards.
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
type:
|
type:
|
||||||
required: false
|
required: false
|
||||||
description: "`masonary`"
|
description: "`masonry`"
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
Loading…
x
Reference in New Issue
Block a user