Note post type for Indiekit.
npm i @indiekit/post-type-note
Add @indiekit/post-type-note
to your list of plug-ins, specifying options as required:
{
"plugins": ["@indiekit/post-type-note"],
"@indiekit/post-type-note": {
"name": "Note"
}
}
Option | Type | Description |
---|---|---|
name |
string |
Post type name. |
fields |
Array |
Fields to show in post interface. |