mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Fix wrong link to sections view (#2272)
This commit is contained in:
parent
c5a1a8034e
commit
f94f04a562
@ -106,7 +106,7 @@ return customElements
|
||||
|
||||
### Sizing in sections view
|
||||
|
||||
You card can define a `getLayoutOptions` method that returns the min, max and default number of cells your card will take in the grid if your card is used if the [sections view](https://www.home-assistant.io/dashboards/masonry/)
|
||||
You card can define a `getLayoutOptions` method that returns the min, max and default number of cells your card will take in the grid if your card is used if the [sections view](https://www.home-assistant.io/dashboards/sections/)
|
||||
If you don't define this method, the card will take 4 columns (full width) and will ignore the rows of the grid.
|
||||
|
||||
A cell of the grid is defined with the following dimension:
|
||||
|
Loading…
x
Reference in New Issue
Block a user