Customisation of comments plugin in config for automatically getting approved status on comment instead of

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

I would recomand makking a issue on the github of the plugin

1 Like

@Boegie19 okay …!