strapi custom ckeditor5:使用CKEditor 5的自定义Strapi Rich Text编辑器 源码
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
文件列表
strapi-custom-ckeditor5-main.zip
(预估有个9文件)
strapi-custom-ckeditor5-main
package.json
2KB
package-lock.json
602KB
src
ckeditor.js
4KB
LICENSE.md
1KB
.gitignore
18B
webpack.config.js
2KB
theme
theme.css
536B
暂无评论