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>
This commit is contained in:
illuzn 2024-08-01 00:34:40 +09:30 committed by GitHub
parent 9cebef88ca
commit 0a3974264f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,11 @@ theme:
required: false 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/). 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 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 %} {% endconfiguration %}
### Example ### Example