Plugins
Feedback
Allow users to submit feedback about your application.
The Feedback plugin allows users to submit feedback about your application. By default, only authenticated users can submit feedback, but this can be configured.
3. Run migrations
Make sure to run migrations after configuring the plugin.
Configuration Options
You can customize the Feedback plugin with the following options:
Schema
Fields:
id
: Unique identifier for the feedback entryuserId
: ID of the user who submitted the feedback (optional ifrequireAuth
isfalse
)text
: The feedback content (controlled by minLength/maxLength)createdAt
: Timestamp when the feedback was submitted
Shoutout
This plugin was built by zpg6! ❤️