From b039a09459b919d44a6ae1112c1013d7a5315501 Mon Sep 17 00:00:00 2001 From: sjabby Date: Sun, 8 Jul 2018 21:56:36 +0200 Subject: [PATCH] Update vertical-stack.markdown Minor cleanup and fixing typos Changed all config sections to use {% configuration %} tag. --- source/_lovelace/vertical-stack.markdown | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/source/_lovelace/vertical-stack.markdown b/source/_lovelace/vertical-stack.markdown index 5df32afcea4..737e3fbe46e 100644 --- a/source/_lovelace/vertical-stack.markdown +++ b/source/_lovelace/vertical-stack.markdown @@ -12,12 +12,20 @@ footer: true Stack card will allow you to stack together multiple cards so they always sit together in the same column one on top of the other. Keep in mind this can be used with any cards, and even used alongside a [horizontal-stack](/lovelace/horizontal-stack/). -| Name | Type | Default | Description -| ---- | ---- | ------- | ----------- -| type | string | **Required** | `vertical-stack` -| cards | list | **Required** | List of cards +{% linkable_title Options %} -**Example** +{% configuration %} +type: + required: true + description: vertical-stack + type: string +cards: + required: true + description: List of cards + type: list +{% endconfiguration %} + +{% linkable_title Example %} Basic example ```yaml