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