更改默认富文本编辑器
¥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 的市场 安装第三方插件,例如 CKEditor 插件。
¥You can install a third-party plugin, such as one for CKEditor, by visiting Strapi's Marketplace.
-
你可以创建自己的插件来创建和注册完全自定义的所见即所得字段(参见 自定义字段文档)。
¥You can create your own plugin to create and register a fully custom WYSIWYG field (see custom fields documentation).
评估编辑器时,建议先从 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).