0

我正在尝试添加fastimage 插件,但它不起作用(它没有显示在图像对话框中)。我添加不正确吗?

在 config.js 中:

CKEDITOR.editorConfig = function( config ) {
    //Add the fastimage plugin and its dependencies
    config.extraPlugins = 'dialogui,dialog,fastimage';

    ...
}

我还需要做其他事情吗?

4

0 回答 0