mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
Small frontmatter getter refactor, more questions
This commit is contained in:
@@ -115,4 +115,14 @@ export const all = [
|
||||
type: 'integer',
|
||||
default: 500
|
||||
},
|
||||
{
|
||||
name: 'markdown-file-write-delay',
|
||||
type: 'integer',
|
||||
default: 25
|
||||
},
|
||||
{
|
||||
name: 'include-time-with-date',
|
||||
type: 'boolean',
|
||||
default: false
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user