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