1.0.27 β’ Published 1 year ago
strapi-plugin-review-workflow v1.0.27
Get Started
β¨ Features
- Assign collection-types or single-types to a user or a role all users in the role have access to work on π§
- Assign collection-types or single-types to a user or a role all users in the role have access to review for approval β
- Only the user or role assigned as the "approver" can change status to "approved"
- Ensure that no content is published without review and approval β
- Assignee can't be Approver on the same task except if super-admin π
- Approver can't be Assignee on the same task except if super-adminπ
π Installation
yarn add strapi-plugin-review-workflow
Don't forget to restart or rebuild your Strapi app when installing a new plugin.
π§ Configuration
Add the plugin to the plugins.js/ts and middlewares.js/ts files in your config folder. If this folder does not exist on your project, you will need to create it. For more information check the strapi docs.
// ./config/plugins.ts
export default ({ env }) => ({
"review-workflow": {
enabled: true
},
});
// ./config/middlewares.ts
export default [
"plugin::review-workflow.workflow"
];
If the plugin is not added to the middleware, it won't check if the content has been approved before publishing.
π Terminologies
Assignee - Who will work on the task.
Approver - Who will review and approve.
π User Guide
1.0.26
1 year ago
1.0.25
1 year ago
1.0.24
1 year ago
1.0.27
1 year ago
1.0.19
1 year ago
1.0.18
1 year ago
1.0.17
1 year ago
1.0.16
1 year ago
1.0.9
1 year ago
1.0.7
1 year ago
1.0.5
1 year ago
1.0.22
1 year ago
1.0.11
1 year ago
1.0.21
1 year ago
1.0.20
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.23
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago