@indiekit/post-type-article
v1.0.0-beta.10
Published
Article post type for Indiekit
Downloads
19
Maintainers
Readme
@indiekit/post-type-article
Article post type for Indiekit.
Installation
npm i @indiekit/post-type-article
Usage
Add @indiekit/post-type-article
to your list of plug-ins, specifying options as required:
{
"plugins": ["@indiekit/post-type-article"],
"@indiekit/post-type-article": {
"name": "Article"
}
}
Options
| Option | Type | Description |
| :------- | :------- | :-------------------------------- |
| name
| string
| Post type name. |
| fields
| Array
| Fields to show in post interface. |