Enable textarea to be used as member agreement editor

This commit is contained in:
Kijin Sung 2018-03-06 21:58:33 +09:00
parent 499a7e4457
commit c4f3110291
3 changed files with 19 additions and 4 deletions

View file

@ -28,9 +28,6 @@ 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;