From: Alexander Ebert Date: Fri, 15 Nov 2013 00:27:27 +0000 (+0100) Subject: Improved CKEditor config X-Git-Tag: 2.0.0_RC_2~23 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dfc8a09e11ff2641b3db66a70818e69605a1ae18;p=GitHub%2FWoltLab%2FWCF.git Improved CKEditor config --- diff --git a/com.woltlab.wcf/templates/wysiwyg.tpl b/com.woltlab.wcf/templates/wysiwyg.tpl index 1390d40310..370a8c1f22 100644 --- a/com.woltlab.wcf/templates/wysiwyg.tpl +++ b/com.woltlab.wcf/templates/wysiwyg.tpl @@ -29,9 +29,11 @@ $(function() { } var $config = { + customConfig: '', + title: '', smiley_path: '{@$__wcf->getPath()|encodeJS}', extraPlugins: 'wbbcode,wbutton,divarea', - removePlugins: 'contextmenu,tabletools,liststyle,elementspath,menubutton,forms,scayt', + removePlugins: 'contextmenu,tabletools,liststyle,elementspath,menubutton,forms,scayt,language', language: '{@$__wcf->language->getFixedLanguageCode()}', fontSize_sizes: '8/8pt;10/10pt;12/12pt;14/14pt;18/18pt;24/24pt;36/36pt;', disableObjectResizing: true,