0.0.8 • Published 11 months ago

strapi-content-publish-buttons v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Strapi plugin strapi-content-publish-buttons

Installation

  1. Run 'npm install strapi-content-publish-buttons'.

  2. Open the plugins.js file located in 'cms/config/' and add the following:

'strapi-content-publish-buttons': {
  enabled: true
}
  1. 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'
  1. 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.
0.0.8

11 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago