Add text only option to markdown card

This commit is contained in:
Paul Bottein 2025-02-20 08:57:17 +00:00
parent 6d836a0d1e
commit 0c27577643
No known key found for this signature in database

View File

@ -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