Skip to content

Commit 0da3bc1

Browse files
authored
feat: Add key mapping for 'repeat' to 'recurrence'
1 parent 516dc42 commit 0da3bc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dataflow/core/ConfigurableTaskParser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ export class MarkdownTaskParser {
750750
id: "id",
751751
dependsOn: "dependsOn",
752752
onCompletion: "onCompletion",
753+
repeat: "recurrence",
753754
};
754755

755756
// Apply key mapping if it exists

0 commit comments

Comments
 (0)