Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs of Markdown card to reflect show_empty functionality #33720

Merged
merged 4 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/_dashboards/markdown.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 `true`, hides that empty card instead.
default: true
type: string
illuzn marked this conversation as resolved.
Show resolved Hide resolved
{% endconfiguration %}

### Example
Expand Down