【发布时间】:2021-10-07 06:56:18
【问题描述】:
我在 CKEditor 中添加了 Youtube 插件,并根据页面上的说明在 config.js 中添加了代码,但它没有在工具栏上显示 youtube 插入按钮。
我下载了 Youtube 插件并将其解压缩到文件夹,并将以下代码添加到 config.js
config.extraPlugins = "plugin1,plugin2,youtube";
但它没有显示在工具栏中。我在工具栏中的项目中添加了它也喜欢
{ name: 'styles', items: [ 'Styles', 'Format','youtube' ] }
但是插入按钮没有出现在工具栏中。
块引用
【问题讨论】:
标签: javascript ckeditor ckeditor4.x