mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Enable Squire by default and put CKEditor as option
This commit is contained in:
parent
996c747e45
commit
6c6a5dd03b
4 changed files with 7 additions and 8 deletions
|
|
@ -1498,9 +1498,7 @@ NewThemeLink IncludeCss TemplatesLink LangLink IncludeBackground PluginsLink Aut
|
|||
$aResult['StaticAppJsLink'] = $this->StaticPath('js/'.($bAppJsDebug ? '' : 'min/').
|
||||
($bAdmin ? 'admin' : 'app').($bAppJsDebug ? '' : '.min').'.js');
|
||||
|
||||
if ($this->Config()->Get('labs', 'use_squire_html_editor', false)) {
|
||||
$aResult['StaticEditorJsLink'] = null;
|
||||
} else {
|
||||
if ($this->Config()->Get('labs', 'use_ck_html_editor', false)) {
|
||||
$aResult['StaticEditorJsLink'] = $this->StaticPath('ckeditor/ckeditor.js');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -350,7 +350,7 @@ Enables caching in the system'),
|
|||
'use_imap_thread' => array(true),
|
||||
'use_imap_move' => array(false),
|
||||
'use_imap_expunge_all_on_delete' => array(false),
|
||||
'use_squire_html_editor' => array(false),
|
||||
'use_ck_html_editor' => array(false),
|
||||
'imap_forwarded_flag' => array('$Forwarded'),
|
||||
'imap_read_receipt_flag' => array('$ReadReceipt'),
|
||||
'imap_body_text_limit' => array(555000),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue