mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Reapply CKEditor option to dispEditorFrame
This commit is contained in:
parent
c4f3110291
commit
f42e1f7a45
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ class editorView extends editor
|
|||
// Load editor
|
||||
$oEditorModel = getModel('editor');
|
||||
$option = $oEditorModel->getEditorConfig();
|
||||
$option->editor_skin = 'ckeditor';
|
||||
$option->content_style = 'ckeditor_light';
|
||||
$option->sel_editor_colorset = 'moono-lisa';
|
||||
$option->primary_key_name = 'primary_key';
|
||||
$option->content_key_name = 'content';
|
||||
$option->allow_fileupload = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue