Blame view

public/ckeditor/config.js 336 Bytes
180e53f58   Андрей Ларионов   Редактор ckeditor
1
2
3
4
5
6
7
8
9
10
  /**
   * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
   * For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
   */
  
  CKEDITOR.editorConfig = function( config ) {
  	// Define changes to default configuration here. For example:
  	// config.language = 'fr';
  	// config.uiColor = '#AADC6E';
  };