mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-17 13:43:44 +09:00
filter-categories and strict-ssl questions
This commit is contained in:
@@ -125,4 +125,14 @@ export const all = [
|
||||
type: 'boolean',
|
||||
default: false
|
||||
},
|
||||
{
|
||||
name: 'filter-categories',
|
||||
type: 'list',
|
||||
default: ['uncategorized']
|
||||
},
|
||||
{
|
||||
name: 'strict-ssl',
|
||||
type: 'boolean',
|
||||
default: true
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user