mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-14 04:06:45 +09:00
Change when date is formatted
This commit is contained in:
@@ -125,6 +125,16 @@ export const all = [
|
||||
type: 'boolean',
|
||||
default: false
|
||||
},
|
||||
{
|
||||
name: 'custom-date-formatting',
|
||||
type: 'string',
|
||||
default: ''
|
||||
},
|
||||
{
|
||||
name: 'custom-date-timezone',
|
||||
type: 'string',
|
||||
default: 'utc'
|
||||
},
|
||||
{
|
||||
name: 'strict-ssl',
|
||||
type: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user