Sha256: 84c506f2f44c895457a9ebe2a2ac99cc91ba7c53e8b89faf6ca77ababb37a70d
Contents?: true
Size: 407 Bytes
Versions: 24
Compression:
Stored size: 407 Bytes
Contents
/** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.filebrowserUploadUrl = '/plugins/my_admin/ckeditor/ckupload.php' };
Version data entries
24 entries across 24 versions & 1 rubygems