aboutsummaryrefslogtreecommitdiff
path: root/sources/config.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:12:37 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:12:37 +0100
commitd1844275460a3e3a32e199326f6b36938a329091 (patch)
tree2f32bc1c5a5db42aeaadc3733ffe1b3377c0d84a /sources/config.js
parenteaa9271590ab73b6eef3fa88bc74a9553eefd857 (diff)
downloadludivine-ckeditor-component-d1844275460a3e3a32e199326f6b36938a329091.tar.gz
ludivine-ckeditor-component-d1844275460a3e3a32e199326f6b36938a329091.tar.zst
ludivine-ckeditor-component-d1844275460a3e3a32e199326f6b36938a329091.zip
Change html5 audio player4.6.2.4
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 1e137f7..a497154 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,brclear,panelbutton,colorbutton,colordialog,div,font,Audio'; 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';
11 config.skin = 'moono'; 11 config.skin = 'moono';
12 // %REMOVE_END% 12 // %REMOVE_END%
13 13