You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Categories should be added if they don't exist, and it should be possible to supply a name, slug, and description. It should also be possible to say that all other categories should be deleted.
Custom Resolver
This option should point to a .PHP file that contains a function that could act as a resolver. If this option Is set and the file does exist, it will show up in the WordPress Settings and can be chosen.
Default Frontmatter Data
This option should be an object where the keys represent the Frontmatter Keys in the Articles so that you can set your own default values. This could be used, for example, to make all articles Pages ba default or to auto-publish all articles.
Glob Pattern
This is currently set within WordPress, but If I add more things to this config.file, it would make sense to move this info here.
Name
The file will be called gitdown.json and should be located in the project's root.
Config File
Ideas for options
Categories
Categories should be added if they don't exist, and it should be possible to supply a
name
,slug
, anddescription
. It should also be possible to say that all other categories should be deleted.Custom Resolver
This option should point to a
.PHP
file that contains a function that could act as a resolver. If this option Is set and the file does exist, it will show up in the WordPress Settings and can be chosen.Default Frontmatter Data
This option should be an object where the keys represent the Frontmatter Keys in the Articles so that you can set your own default values. This could be used, for example, to make all articles Pages ba default or to auto-publish all articles.
Glob Pattern
This is currently set within WordPress, but If I add more things to this config.file, it would make sense to move this info here.
Name
The file will be called
gitdown.json
and should be located in the project's root.Defaults
What other ideas do you have?
The text was updated successfully, but these errors were encountered: