mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
Implement option to specify additional plugins for CKEditor
This commit is contained in:
parent
0bb8945453
commit
399bebd5c9
7 changed files with 28 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue