System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
I want to automatically send comments status of the “Pending” to the “Approved” and edit the config file for multiple content types
comments: { enabled: true, config: { badWords: true, moderatorRoles: ["Authenticated"], approvalFlow: [], entryLabel: { "*": ["Title", "title", "Name", "name", "Subject", "subject"], "api::post.post": ["Title"], }, reportReasons: { MY_CUSTOM_REASON: "MY_CUSTOM_REASON", }, gql: { auth: true, }, }, },
my current plugins.js
current o/p