aboutsummaryrefslogtreecommitdiff
path: root/sources/config.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
commit7183f6a6a21ad9124e70c997e0168459f377a9f2 (patch)
treef3355f3e28d35d9f431ff71045e1b46c82ac4826 /sources/config.js
parentd1844275460a3e3a32e199326f6b36938a329091 (diff)
downloadludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.tar.gz
ludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.tar.zst
ludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.zip
Change skin and add video button4.6.2.5
Diffstat (limited to 'sources/config.js')
-rw-r--r--sources/config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/config.js b/sources/config.js
index a497154..62eb407 100644
--- a/sources/config.js
+++ b/sources/config.js
@@ -7,8 +7,8 @@ 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,button,panelbutton,panel,floatpanel,colorbutton,colordialog,menu,contextmenu,div,resize,toolbar,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,richcombo,font,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,html5audio'; 10 config.plugins = 'dialogui,dialog,a11yhelp,dialogadvtab,basicstyles,button,panelbutton,panel,floatpanel,colorbutton,colordialog,menu,contextmenu,div,resize,toolbar,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,richcombo,font,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,html5audio,html5video';
11 config.skin = 'moono'; 11 config.skin = 'moonocolor';
12 // %REMOVE_END% 12 // %REMOVE_END%
13 13
14 // Define changes to default configuration here. For example: 14 // Define changes to default configuration here. For example: