You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/components/tasks.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: "Person Component"
2
+
title: "Tasks Component"
3
3
description: "The Tasks Component enables the user to view, add, remove, complete, or edit tasks. It works with any tasks in Microsoft Planner or Microsoft To-Do."
4
4
localization_priority: Normal
5
-
author: nmetulev
5
+
author: benotter
6
6
---
7
7
8
8
# Tasks Component
@@ -23,7 +23,7 @@ The Tasks Component enables the user to view, add, remove, complete, or edit tas
23
23
24
24
| Property | Attribute | Description |
25
25
| -- | -- | -- |
26
-
|`dataSource`| `data-source="todo|planner"` | Sets the Data source for tasks, either Microsoft To-Do, or Microsoft Planner. Default is `planner`|
26
+
|`dataSource`|`data-source="todo/planner"`| Sets the Data source for tasks, either Microsoft To-Do, or Microsoft Planner. Default is `planner`|
27
27
|`readOnly`|`read-only`| Sets the task interface to be read only (no adding or removing tasks). Default is `false`|
28
28
|`initialId`|`initial-id="planner_id/folder_id"`| Sets the initially displayed planner or folder to the provided ID |
29
29
|`initialBucketId`|`initial-bucket-id="bucket_id"`| Sets the initially displayed bucket (Planner Data-Source Only) to the provided ID |
0 commit comments