We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade886e commit 068d48dCopy full SHA for 068d48d
src/Layout/TaskLayoutOptions.ts
@@ -1,5 +1,7 @@
1
/**
2
* {@link Task} fields used for rendering.
3
+ *
4
+ * The order here determines the order that task fields are rendered and written to markdown.
5
*/
6
export enum TaskLayoutComponent {
7
// NEW_TASK_FIELD_EDIT_REQUIRED
@@ -17,7 +19,6 @@ export enum TaskLayoutComponent {
17
19
BlockLink = 'blockLink',
18
20
}
21
-// The order here determines the order that task fields are rendered and written to markdown.
22
export const taskLayoutComponents = Object.values(TaskLayoutComponent);
23
24
0 commit comments