]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/config.js
Upgrade to 4.5.8
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / config.js
CommitLineData
3332bebe 1/**
1096cdef 2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3332bebe
IB
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6CKEDITOR.editorConfig = function( config ) {
7 \r
8 // %REMOVE_START%\r
9 // The configuration options below are needed when running CKEditor from source files.\r
1096cdef 10 config.plugins = 'dialogui,dialog,a11yhelp,basicstyles,panel,floatpanel,menu,contextmenu,dialogadvtab,elementspath,enterkey,entities,popup,filebrowser,floatingspace,listblock,button,richcombo,format,horizontalrule,htmlwriter,fakeobjects,iframe,image,indent,indentblock,indentlist,justify,link,list,liststyle,magicline,maximize,removeformat,resize,showborders,sourcearea,tab,toolbar,wysiwygarea';\r
3332bebe
IB
11 config.skin = 'moono';\r
12 // %REMOVE_END%\r
13\r
14 // Define changes to default configuration here. For example:
15 // config.language = 'fr';
16 // config.uiColor = '#AADC6E';
17};