1*b43e8d2bSGreg Roach/** 2*b43e8d2bSGreg Roach * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. 3*b43e8d2bSGreg Roach * For licensing, see https://ckeditor.com/legal/ckeditor-oss-license 4*b43e8d2bSGreg Roach */ 5*b43e8d2bSGreg Roach 6*b43e8d2bSGreg RoachCKEDITOR.editorConfig = function( config ) { 7*b43e8d2bSGreg Roach // Define changes to default configuration here. For example: 8*b43e8d2bSGreg Roach // config.language = 'fr'; 9*b43e8d2bSGreg Roach // config.uiColor = '#AADC6E'; 10*b43e8d2bSGreg Roach}; 11