CKEDITOR 错误代码:cloudservices-no-token-url Angular 2 [英] CKEDITOR Error code: cloudservices-no-token-url Angular 2

查看:44
本文介绍了CKEDITOR 错误代码:cloudservices-no-token-url Angular 2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的 Angular 5 项目中使用了 ng2-ckeditor.我下载了离线包并添加了它.一切正常,但它显示错误我控制台 [CKEDITOR] 错误代码:cloudservices-no-token-url. 我试图通过在 config 中添加它来解决它文件作为额外的插件.在build-config中也有,但还是无法解决.
有什么建议吗?

I am using ng2-ckeditor in my Angular 5 project. I downloaded offline package and added it. Everything is working fine expect but it is showing error i console [CKEDITOR] Error code: cloudservices-no-token-url. I tried to solve it by adding it in config file as extra plugin. It is also available in build-config but still unable to solve it.
Any suggestion?

推荐答案

您应该删除插件.

CKEDITOR.editorConfig = function( config ) {
:
:
:
   config.removePlugins = 'easyimage, cloudservices';

};

这篇关于CKEDITOR 错误代码:cloudservices-no-token-url Angular 2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆