Masonry typo (#18699)

This commit is contained in:
Bram Kragten 2021-08-02 22:14:54 +02:00 committed by GitHub
parent 24e484a001
commit 4548a13fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}