Sha256: 8febfa27516c2d0f1054052a477ec7ad8e953f76183462fcd7f31e4909504bb8

Contents?: true

Size: 586 Bytes

Versions: 6

Compression:

Stored size: 586 Bytes

Contents

/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.editorConfig = function( config )
{
  config.PreserveSessionOnFileBrowser = true;
  // Define changes to default configuration here. For example:
  // config.language = 'fr';
  // config.uiColor = '#AADC6E';

  //config.ContextMenu = ['Generic','Anchor','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form'] ;

  // ONLY CHANGE BELOW HERE
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.5 vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js
typo-5.4.4 vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js
typo-5.4.3 vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js
typo-5.4.2 vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js
typo-5.4.1 vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js
typo-5.4 vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js