javascript - How to disable ckeditor cloudservices - Stack Overflow

I'm working on a Drupal site that just updated its ckeditor library from 4.5.x to 4.9.2. On one of

I'm working on a Drupal site that just updated its ckeditor library from 4.5.x to 4.9.2. On one of our servers the image button suddenly stopped appearing and I find the error "Error code: cloudservices-no-token-url." in the browser javascript console when I load any page with ckeditor.

I'm hoping I can disable cloudservices to resolve the error. I tried using config.removePlugins = 'easyimage'; in config.js. Are there other addons that use cloudservices I need to disable?

I'm working on a Drupal site that just updated its ckeditor library from 4.5.x to 4.9.2. On one of our servers the image button suddenly stopped appearing and I find the error "Error code: cloudservices-no-token-url." in the browser javascript console when I load any page with ckeditor.

I'm hoping I can disable cloudservices to resolve the error. I tried using config.removePlugins = 'easyimage'; in config.js. Are there other addons that use cloudservices I need to disable?

Share Improve this question asked May 11, 2018 at 22:04 PurcellPurcell 1191 silver badge4 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 4

The simplest way to get rid of EasyImage is not downloading it in the first place.

Please go to CKEditor download page and download the package you are interested in but without EasyImage (don't check EasyImage checkbox).

Alternatively use can use online builder. Please go to builder page, select one of predefined presets and plugins you like but don't include EasyImage plugin. If you are using CKEditor with CKFinder or some other custom file manager or uploader, you need to include File Browser plugin (available in Full and Standard presets by default).

You should remove the plugin.

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

};

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745653594a4638409.html

相关推荐

  • javascript - How to disable ckeditor cloudservices - Stack Overflow

    I'm working on a Drupal site that just updated its ckeditor library from 4.5.x to 4.9.2. On one of

    4小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信