Strapi Plugins
Plugin configuration lives in apps/strapi/config/plugins.ts, with larger plugin configs split under apps/strapi/config/plugins.
Defaults are enabled for users-permissions, sentry, config-sync, tiptap-editor, and smart-populate. Upload and email providers auto-select based on available environment variables.
Plugin Docs
| Doc | Covers |
|---|---|
| Users Permissions | JWT lifetime and auth docs. |
| Config Sync | Version-controlled roles, permissions, and settings. |
| CKEditor | HTML rich-text editing and UI rendering. |
| Tiptap Editor | Structured rich-text editing, presets, and rendering. |
| Smart Population | Schema-generated deep population for components. |
| Upload Providers | Local, Azure Blob Storage, and AWS S3 upload selection. |
| Email Providers | Mailgun production email and Mailtrap development email. |
| Sentry | UI and Strapi error tracking. |
Cron tasks are configured separately from plugins. See Cron Jobs.
Related Documentation
- Authentication — Better Auth + JWT
- OAuth Providers — GitHub/Google/Facebook setup via users-permissions
- Microsoft SSO — admin panel SSO
- Strapi Schemas — content type/component reference
- Data Seeding — seed export/import workflow