From 0c27577643b93583b051919dedaf10e0ea8b6ad1 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 20 Feb 2025 08:57:17 +0000 Subject: [PATCH] Add text only option to markdown card --- source/_dashboards/markdown.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_dashboards/markdown.markdown b/source/_dashboards/markdown.markdown index 1809bdd3066..1a71fe38209 100644 --- a/source/_dashboards/markdown.markdown +++ b/source/_dashboards/markdown.markdown @@ -58,6 +58,11 @@ show_empty: 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 +text_only: + required: false + description: Display the card without border, background, padding and title. + default: false + type: boolean {% endconfiguration %} ### Example