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 的市场 安装第三方插件,例如 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).