From eef16936265c548e3ce8da1582fa9bc7ab9a009c Mon Sep 17 00:00:00 2001 From: Wendelin Date: Thu, 10 Oct 2024 20:45:32 +0200 Subject: [PATCH] Add todo-list hide_completed option --- source/_dashboards/todo-list.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_dashboards/todo-list.markdown b/source/_dashboards/todo-list.markdown index 846d6cfd7f2..a9f6155d174 100644 --- a/source/_dashboards/todo-list.markdown +++ b/source/_dashboards/todo-list.markdown @@ -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