Skip to content

Instantly share code, notes, and snippets.

@peterkeating
Created June 11, 2012 13:18
Show Gist options
  • Select an option

  • Save peterkeating/2910056 to your computer and use it in GitHub Desktop.

Select an option

Save peterkeating/2910056 to your computer and use it in GitHub Desktop.
/*
Copyright (c) 2003-2012, 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.toolbar = 'Basic';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment