Fix CKEditor extraPlugins and removePlugins support

This commit is contained in:
Kijin Sung 2017-07-05 12:11:51 +09:00
parent e1846a4b6d
commit aed5c0fc6a
7 changed files with 30 additions and 2 deletions

View file

@ -236,6 +236,7 @@ class editorModel extends editor
Context::set('editor_autoinsert_image', $option->autoinsert_image);
Context::set('editor_additional_css', $option->additional_css);
Context::set('editor_additional_plugins', $option->additional_plugins);
Context::set('editor_remove_plugins', $option->remove_plugins);
// Set the primary key valueof the document or comments
Context::set('editor_primary_key_name', $option->primary_key_name);