Strapi的自定义编辑器,它是在CKEditor 5气球块编辑器构建的基础上构建的 文献资料 看: 如何安装这个包,它包含了什么。 用于创建编辑器并与之交互的 。 关于如何配置编辑器。 以了解如何定制构建(配置和重建编辑器捆绑包)。 快速开始 首先,从npm安装构建: npm install --save @hellospruce/strapi-custom-ckeditor5 或者 yarn add @hellospruce/strapi-custom-ckeditor5 并在trapi上使用它:在以下位置创建CKEditor组件: strapi/app/extensions/content-manager/admin/src/components/CKEditor/index.js import { CKEditor } from '@ckeditor/ckedit