Skip to main content

更改默认富文本编辑器

🌐 Change the default rich text editor

Strapi 的 管理面板 附带了一个内置的富文本编辑器。要更改默认编辑器,你有几种选择:

🌐 Strapi's admin panel comes with a built-in rich text editor. To change the default editor, several options are at your disposal:

  • 你可以通过访问 Strapi's Marketplace安装第三方插件,例如用于CKEditor的插件。
  • 你可以创建自己的插件来创建和注册一个完全自定义的所见即所得字段(参见 自定义字段文档)。
Next steps

评估编辑器时,建议先从 Marketplace 下载插件进行快速试用,如果需要更深入的集成(例如架构、验证或自定义工具栏行为),则可以考虑使用自定义字段。

🌐 When evaluating editors, start with a plugin from the Marketplace for a quick trial, then consider a custom field if you need deeper integration (schema, validation, or custom toolbar behavior).