-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
Description
Discussed in #245
Originally posted by hassan-debug January 31, 2024
I just install comment plugin and here is my confin/plugin.js
module.exports = ({ env }) => ({
comments: {
enabled: true,
enabledCollections: ['api::post.post'],
config: {
badWords: false,
moderatorRoles: ['Authenticated'],
approvalFlow: ['api::post.post'],
entryLabel: {
'*': ['Title', 'title', 'Name', 'name', 'Subject', 'subject'],
'api::page.page': ['MyField']
},
blockedAuthorProps: ['name', 'email'],
reportReasons: {
MY_CUSTOM_REASON: 'MY_CUSTOM_REASON'
}
}
}
});
i posted comments from comment api here is the list
but when i open a comment there is no option to approve a comment or delete users comment (i am loggedin as super admin)