Always use CKEditor when editing member agreements #1003

This commit is contained in:
Kijin Sung 2018-02-16 12:06:35 +09:00
parent 54ff7076c7
commit 98b6789a44

View file

@ -171,6 +171,9 @@ class memberAdminView extends member
// 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;