Initial Commit
This commit is contained in:
11
public/ckeditor/config.js
Normal file
11
public/ckeditor/config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @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';
|
||||
config.filebrowserBrowseUrl = "/elfinder/ckeditor";
|
||||
};
|
||||
Reference in New Issue
Block a user