Ticket #11020: config.js

File config.js, 1.5 KB (added by Sebastian Röher, 11 years ago)

my config.js

Line 
1/**
2 * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights
3 *          reserved. For licensing, see LICENSE.html or
4 *          http://ckeditor.com/license
5 */
6
7CKEDITOR.editorConfig = function(config) {
8
9        // %REMOVE_START%
10        // The configuration options below are needed when running CKEditor from source files.
11        config.plugins = 'dialogui,dialog,about,a11yhelp,dialogadvtab,basicstyles,bidi,blockquote,clipboard,button,panelbutton,panel,floatpanel,colorbutton,colordialog,templates,menu,contextmenu,div,resize,toolbar,elementspath,enterkey,entities,popup,filebrowser,find,fakeobjects,flash,floatingspace,listblock,richcombo,font,forms,format,horizontalrule,htmlwriter,iframe,wysiwygarea,image,indent,indentblock,indentlist,justify,link,list,liststyle,magicline,maximize,newpage,pagebreak,pastetext,pastefromword,preview,print,removeformat,save,selectall,showblocks,showborders,sourcearea,specialchar,menubutton,scayt,stylescombo,tab,table,tabletools,undo,wsc,xml,imagebrowser,confighelper';
12        config.skin = 'kama';
13        // %REMOVE_END%
14
15        // Define changes to default configuration here. For example:
16        config.language = 'de';
17        config.autoParagraph = false;
18        config.enterMode = CKEDITOR.ENTER_BR;
19        config.allowedContent = true;
20        CKEDITOR.dataProcessor = null;
21       
22        CKEDITOR.config.flashAddEmbedTag = false;
23//      CKEDITOR.dtd.$empty= { area:1,base:1,basefont:1,br:1,col:1,command:1,dialog:1,embed:1,hr:1,hidden:1,img:1,input:1,isindex:1,keygen:1,link:1,meta:1,param:1,source:1,track:1,target:1,text:1,wbr:1 };
24
25};
26
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy