我尝试使用 CKEditor5 classiceditor 构建文档编辑器,但它不可编辑

I try to build a document editor with CKEditor5 classiceditor, but it is not editable

我创建了一个项目来实现独立的 CKEditor5 作为文档编辑器。这是我的项目:

http://github.com/viraweb123/vw-document/

问题是,CKEditor是不可编辑的?!我尝试更改只读选项,但没有用。


所有内容都放在一个 DIV 中 类:

ck-restricted-editing_mode_restricted 
ck 
ck-content 
ck-editor__editable 
ck-rounded-corners 
ck-editor__editable_inline 
ck-blurred

我不小心启用了限制编辑模块,文档以限制模式加载?!有关更多信息,请参阅:

https://ckeditor.com/docs/ckeditor5/latest/features/restricted-editing.html

我刚刚删除了插件,编辑器以标准模式运行。 :)