Add todo-list hide_completed option (#35170)

This commit is contained in:
Wendelin 2024-10-11 10:59:56 +02:00 committed by GitHub
commit 073590d9c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,6 +61,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
hide_completed:
required: false
description: Hide the completed items section in the card.
type: boolean
default: "false"
{% endconfiguration %}
### Examples