From f94f04a562f066a2c77b9fcaa0b169db21731eb9 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Wed, 25 Sep 2024 15:43:16 +0300 Subject: [PATCH] Fix wrong link to sections view (#2272) --- docs/frontend/custom-ui/custom-card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend/custom-ui/custom-card.md b/docs/frontend/custom-ui/custom-card.md index 04dd556e..0aee9a83 100644 --- a/docs/frontend/custom-ui/custom-card.md +++ b/docs/frontend/custom-ui/custom-card.md @@ -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: