0.0.8 • Published 11 months ago
strapi-content-publish-buttons v0.0.8
Strapi plugin strapi-content-publish-buttons
Installation
Run 'npm install strapi-content-publish-buttons'.
Open the plugins.js file located in 'cms/config/' and add the following:
'strapi-content-publish-buttons': {
enabled: true
}
- Open the middlewares.js file located in 'cms/config/' and at the end of the list (after 'strapi::public'), add the following:
'plugin::strapi-content-publish-buttons.deployments'
- From the root of the project, run an 'npm run cms:build'. Let this run its course and the plugin should now be available for use within Strapi.