cubesystems/releaf

View on GitHub
releaf-core/app/assets/javascripts/ckeditor/config.js

Summary

Maintainability
A
0 mins
Test Coverage
CKEDITOR.editorConfig = function (config){
    config.removePlugins = 'exportpdf'
    true
}