aboutsummaryrefslogtreecommitdiff
path: root/sources/config.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-21 11:03:41 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-21 11:03:41 +0100
commitcd64262b335d84c1dc18cd1b986712cf7befdefb (patch)
tree8e7dfe13214c16f5cabaa6c0c8f80ba3145bd278 /sources/config.js
parentc63493c899de714b05b0521bb38aab60d19030ef (diff)
downloadludivine-ckeditor-component-cd64262b335d84c1dc18cd1b986712cf7befdefb.tar.gz
ludivine-ckeditor-component-cd64262b335d84c1dc18cd1b986712cf7befdefb.tar.zst
ludivine-ckeditor-component-cd64262b335d84c1dc18cd1b986712cf7befdefb.zip
Add brclear4.6.2.24.6.2-2
Diffstat (limited to 'sources/config.js')
-rw-r--r--sources/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/config.js b/sources/config.js
index c3716d1..708d25d 100644
--- a/sources/config.js
+++ b/sources/config.js
@@ -7,7 +7,7 @@ CKEDITOR.editorConfig = function( config ) {
7 7
8 // %REMOVE_START% 8 // %REMOVE_START%
9 // The configuration options below are needed when running CKEditor from source files. 9 // The configuration options below are needed when running CKEditor from source files.
10 config.plugins = 'dialogui,dialog,a11yhelp,dialogadvtab,basicstyles,panel,floatpanel,menu,contextmenu,resize,button,toolbar,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,richcombo,format,horizontalrule,htmlwriter,fakeobjects,iframe,wysiwygarea,image,indent,indentblock,indentlist,justify,link,list,liststyle,magicline,maximize,removeformat,showborders,sourcearea,tab,lineutils,clipboard,widgetselection,widget,oembed'; 10 config.plugins = 'dialogui,dialog,a11yhelp,dialogadvtab,basicstyles,panel,floatpanel,menu,contextmenu,resize,button,toolbar,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,richcombo,format,horizontalrule,htmlwriter,fakeobjects,iframe,wysiwygarea,image,indent,indentblock,indentlist,justify,link,list,liststyle,magicline,maximize,removeformat,showborders,sourcearea,tab,lineutils,clipboard,widgetselection,widget,oembed,brclear';
11 config.skin = 'moono'; 11 config.skin = 'moono';
12 // %REMOVE_END% 12 // %REMOVE_END%
13 13