From 0a3974264f7673c3bb126d6f4ff5138a2776061f Mon Sep 17 00:00:00 2001 From: illuzn <57167030+illuzn@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:34:40 +0930 Subject: [PATCH] Update docs of Markdown card to reflect show_empty functionality (#33720) * Update docs to reflect show_empty functionality * Correct typo * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_dashboards/markdown.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_dashboards/markdown.markdown b/source/_dashboards/markdown.markdown index d6145a082b2..a940c1cf17e 100644 --- a/source/_dashboards/markdown.markdown +++ b/source/_dashboards/markdown.markdown @@ -53,6 +53,11 @@ theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/). type: string +show_empty: + required: false + description: By default, an empty card will still be shown (resulting in a small empty box). Setting this to `false` hides that empty card instead. + default: true + type: boolean {% endconfiguration %} ### Example