Enable Squire by default and put CKEditor as option

This commit is contained in:
djmaze 2020-09-22 15:21:23 +02:00
parent 996c747e45
commit 6c6a5dd03b
4 changed files with 7 additions and 8 deletions

View file

@ -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');
}

View file

@ -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),