refactor: move defaultDateType to CreatedModifiedDate plugin

This commit is contained in:
saberzero1
2026-03-20 21:13:31 +01:00
parent 28414da76e
commit d9bfbf876f
6 changed files with 11 additions and 23 deletions
+1
View File
@@ -95,5 +95,6 @@ declare module "vfile" {
modified: Date
published: Date
}
defaultDateType?: "created" | "modified" | "published"
}
}
@@ -174,11 +174,6 @@
"type": "string"
},
"description": "Patterns to ignore during processing"
},
"defaultDateType": {
"type": "string",
"enum": ["created", "modified", "published"],
"description": "Default date type for pages"
}
}
},