mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 13:22:16 +09:00
Always use CKEditor when editing member agreements #1003
This commit is contained in:
parent
54ff7076c7
commit
98b6789a44
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue