Improved CKEditor config
authorAlexander Ebert <ebert@woltlab.com>
Fri, 15 Nov 2013 00:27:27 +0000 (01:27 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 15 Nov 2013 00:27:27 +0000 (01:27 +0100)
com.woltlab.wcf/templates/wysiwyg.tpl

index 1390d4031094e144d455b811b81614a6d584ea78..370a8c1f22aec04dd8c2660bae3fb8672641b5ab 100644 (file)
@@ -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,