JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.1
[ckeditor.git] / _source / core / config.js
index c08a6d0..f18c50b 100644 (file)
@@ -243,7 +243,63 @@ CKEDITOR.config =
         * @type String\r
         * @example\r
         */\r
-       plugins : 'about,a11yhelp,basicstyles,bidi,blockquote,button,clipboard,colorbutton,colordialog,contextmenu,dialogadvtab,div,elementspath,enterkey,entities,filebrowser,find,flash,font,format,forms,horizontalrule,htmldataprocessor,image,indent,justify,keystrokes,link,list,liststyle,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,print,removeformat,resize,save,scayt,smiley,showblocks,showborders,sourcearea,stylescombo,table,tabletools,specialchar,tab,templates,toolbar,undo,wysiwygarea,wsc',\r
+       plugins :\r
+               'about,' +\r
+               'a11yhelp,' +\r
+               'basicstyles,' +\r
+               'bidi,' +\r
+               'blockquote,' +\r
+               'button,' +\r
+               'clipboard,' +\r
+               'colorbutton,' +\r
+               'colordialog,' +\r
+               'contextmenu,' +\r
+               'dialogadvtab,' +\r
+               'div,' +\r
+               'elementspath,' +\r
+               'enterkey,' +\r
+               'entities,' +\r
+               'filebrowser,' +\r
+               'find,' +\r
+               'flash,' +\r
+               'font,' +\r
+               'format,' +\r
+               'forms,' +\r
+               'horizontalrule,' +\r
+               'htmldataprocessor,' +\r
+               'image,' +\r
+               'indent,' +\r
+               'justify,' +\r
+               'keystrokes,' +\r
+               'link,' +\r
+               'list,' +\r
+               'liststyle,' +\r
+               'maximize,' +\r
+               'newpage,' +\r
+               'pagebreak,' +\r
+               'pastefromword,' +\r
+               'pastetext,' +\r
+               'popup,' +\r
+               'preview,' +\r
+               'print,' +\r
+               'removeformat,' +\r
+               'resize,' +\r
+               'save,' +\r
+               'scayt,' +\r
+               'smiley,' +\r
+               'showblocks,' +\r
+               'showborders,' +\r
+               'sourcearea,' +\r
+               'stylescombo,' +\r
+               'table,' +\r
+               'tabletools,' +\r
+               'specialchar,' +\r
+               'tab,' +\r
+               'templates,' +\r
+               'toolbar,' +\r
+               'undo,' +\r
+               'wysiwygarea,' +\r
+               'wsc',\r
 \r
        /**\r
         * List of additional plugins to be loaded. This is a tool setting which\r