mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Html editor improvements (#74)
This commit is contained in:
parent
987fe4c2b7
commit
8d994cf8cc
93 changed files with 1152 additions and 519 deletions
|
|
@ -909,6 +909,7 @@ class Actions
|
|||
'OpenPGP' => $oConfig->Get('security', 'openpgp', false),
|
||||
'InIframe' => (bool) $oConfig->Get('labs', 'in_iframe', false),
|
||||
'AllowAdminPanel' => (bool) $oConfig->Get('security', 'allow_admin_panel', true),
|
||||
'AllowHtmlEditorSourceButton' => (bool) $oConfig->Get('labs', 'allow_html_editor_source_button', false),
|
||||
'CustomLoginLink' => $oConfig->Get('labs', 'custom_login_link', ''),
|
||||
'CustomLogoutLink' => $oConfig->Get('labs', 'custom_logout_link', ''),
|
||||
'AllowAdditionalAccounts' => (bool) $oConfig->Get('webmail', 'allow_additional_accounts', true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue