From e3453d59fb963530037e1858c125054a4f3e25cf Mon Sep 17 00:00:00 2001 From: sjabby Date: Sun, 8 Jul 2018 21:50:14 +0200 Subject: [PATCH] Update horizontal-stack.markdown Minor cleanup and fixing typos Changed all config sections to use {% configuration %} tag. --- source/_lovelace/horizontal-stack.markdown | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/source/_lovelace/horizontal-stack.markdown b/source/_lovelace/horizontal-stack.markdown index 873fc243f14..5de229372aa 100644 --- a/source/_lovelace/horizontal-stack.markdown +++ b/source/_lovelace/horizontal-stack.markdown @@ -9,18 +9,23 @@ comments: false sharing: true footer: true --- -### Horizontal stack Horizontal stack card will allow you to stack together multiple cards so they always sit next to each other in the space of one column. -**Options** +{% linkable_title Options %} -| Name | Type | Default | Description -| ---- | ---- | ------- | ----------- -| type | string | **Required** | `horizontal-stack` -| cards | list | **Required** | List of cards +{% configuration %} +type: + required: true + description: horizontal-stack + type: string +cards: + required: true + description: List of cards + type: list +{% endconfiguration %} -**Example** +{% linkable_title Example %} Basic example @@ -36,6 +41,6 @@ Basic example ```

-Screenshot of the 2 cards in a horizontal stack card>
+<img src= Screenshot of the 2 cards in a horizontal stack card.