Implement option to specify additional plugins for CKEditor

This commit is contained in:
Kijin Sung 2017-06-27 18:37:55 +09:00
parent 0bb8945453
commit 399bebd5c9
7 changed files with 28 additions and 0 deletions

View file

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