Sha256: d91a33bf03b95ab50f96d451f3d97d67ae8415c088d9861cdf22cf1d23a28319

Contents?: true

Size: 562 Bytes

Versions: 18

Compression:

Stored size: 562 Bytes

Contents

/*
 Copyright (c) 2003-2011, 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 = '#DEEFF8';

	config.toolbar = 'SocialStream';

	config.toolbar_SocialStream =
	[
	['Bold','Italic','Underline','Strike'],
	['Undo','Redo'],
	['NumberedList','BulletedList','Blockquote'],	
	['Link','Unlink'],
	['Image','Smiley']
	];
};

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
social_stream-base-0.7.1 vendor/assets/javascripts/ckeditor/config.js
social_stream-base-0.7.0 vendor/assets/javascripts/ckeditor/config.js
social_stream-base-0.6.8 app/assets/javascripts/ckeditor/config.js
social_stream-base-0.6.6 app/assets/javascripts/ckeditor/config.js
social_stream-base-0.6.5 app/assets/javascripts/ckeditor/config.js
social_stream-base-0.6.3 app/assets/javascripts/ckeditor/config.js
social_stream-base-0.6.2 app/assets/javascripts/ckeditor/config.js
social_stream-base-0.6.1 app/assets/javascripts/ckeditor/config.js
social_stream-base-0.6.0 app/assets/javascripts/ckeditor/config.js
social_stream-base-0.5.2 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/config.js
social_stream-base-0.5.1 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/config.js
social_stream-base-0.5.0 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/config.js
social_stream-0.4.6 lib/generators/social_stream/templates/public/javascripts/ckeditor/config.js
social_stream-0.4.5 lib/generators/social_stream/templates/public/javascripts/ckeditor/config.js
social_stream-0.4.4 lib/generators/social_stream/templates/public/javascripts/ckeditor/config.js
social_stream-0.4.3 lib/generators/social_stream/templates/public/javascripts/ckeditor/config.js
social_stream-0.4.2 lib/generators/social_stream/templates/public/javascripts/ckeditor/config.js
social_stream-0.4.1 lib/generators/social_stream/templates/public/javascripts/ckeditor/config.js