@webbio/strapi-plugin-drafts
v1.0.0
Published
This is the description of the plugin.
Downloads
134
Maintainers
Keywords
Readme
Strapi plugin drafts
[!NOTE] This plugin requires the Pagebuilder plugin to be installed.
Settings
To enable drafts for a content type.
...
{
"pluginOptions": {
"drafts": {
"enabled": true
}
}
}
...