From dfc8a09e11ff2641b3db66a70818e69605a1ae18 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 15 Nov 2013 01:27:27 +0100 Subject: [PATCH] Improved CKEditor config --- com.woltlab.wcf/templates/wysiwyg.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 2.20.1