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