-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
bugSomething isn't workingSomething isn't workinginvestigationIssue under investigationIssue under investigationv5
Description
Using Public API - REST query only displays the author's ID field, other fields are not displayed. My "@ trapi/strapi": "5.17.0",
my query:
config:
export default ({ env }) => ({
comments: {
enabled: true,
config: {
badWords: true,
moderatorRoles: ['Authenticated'],
approvalFlow: ['api::article.article'],
entryLabel: {
'*': ['Title', 'title', 'Name', 'name', 'Subject', 'subject'],
'api::article.article': ['title'],
},
blockedAuthorProps: [],
reportReasons: {
SPAM: 'SPAM',
INAPPROPRIATE: 'INAPPROPRIATE',
HARASSMENT: 'HARASSMENT',
},
},
},
});
What's wrong
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginvestigationIssue under investigationIssue under investigationv5