mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Masonry typo (#18699)
This commit is contained in:
parent
24e484a001
commit
4548a13fb8
@ -1,16 +1,16 @@
|
||||
---
|
||||
type: view
|
||||
title: Masonary View
|
||||
sidebar_label: Masonary (default)
|
||||
description: "The default panel layout uses a masonary algorithme."
|
||||
title: Masonry View
|
||||
sidebar_label: Masonry (default)
|
||||
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.
|
||||
|
||||
{% configuration %}
|
||||
type:
|
||||
required: false
|
||||
description: "`masonary`"
|
||||
description: "`masonry`"
|
||||
type: string
|
||||
{% endconfiguration %}
|
Loading…
x
Reference in New Issue
Block a user