我在WebsiteBuilder上使用CKEditor 4.5.6,并添加了这个Glyphicons插件:
我的问题是,当我想要移动图标时,它消失了,并得到了一个错误:
Uncaught TypeError: el.find is not a function
at getFirstTextNode (plugin.js?t=FB9E:2150)
at preserveSpaces (plugin.js?t=FB9E:2121)
at Repository.wrapElement (plugin.js?t=FB9E:699)
at a.<anonymou
我尝试修改Strapi代码库以定制我想在我的this项目中使用的CKEditor。我添加了很多插件,下面是我的ckeditor.js文件的样子: import ClassicEditorBase from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import Alignment from '@ckeditor/ckeditor5-alignment/src/alignment.js';
import Autoformat from '@ckeditor/ckeditor5-aut
我使用ckeeditor4和这两个插件:和。当Emojione弹出窗口第一次打开时,下次我尝试在Videodetector弹出窗口中添加视频时,控制台中会出现以下错误:
Uncaught TypeError: Cannot read property 'value' of null
at detectar (VM2151 videoDialog.js?t=H8DA:4)
at CKEDITOR.dialog.onOk (VM2151 videoDialog.js?t=H8DA:1)
at CKEDITOR.dialog.<anonymous>