From ed61a54fd988fab21d693fb87cff7ad825017009 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Sun, 19 Jan 2025 11:50:09 -0800 Subject: [PATCH] Update todo-list.markdown (#36989) --- source/_dashboards/todo-list.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_dashboards/todo-list.markdown b/source/_dashboards/todo-list.markdown index 267a9679362..0ba350db3f0 100644 --- a/source/_dashboards/todo-list.markdown +++ b/source/_dashboards/todo-list.markdown @@ -70,7 +70,12 @@ hide_create: required: false description: Hide the textbox for creating new tasks at the top of the card. type: boolean - default: "false" + default: "false" +display_order: + required: false + description: "Optionally sorts the items in the to-do list for display. Options are: `none`: Show the list in its original order. `alpha_asc`: Sort the list in alphabetical order. `alpha_desc`: Sort the list in reverse alphabetical order. `duedate_asc`: Sort the list by due date (soonest first). `duedate_desc`: Sort the list by reverse due date (soonest last)." + type: string + default: "none" {% endconfiguration %} ### Examples