mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Enable textarea to be used as member agreement editor
This commit is contained in:
parent
499a7e4457
commit
c4f3110291
3 changed files with 19 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue