Sha256: b969e6d843e49e69efccc035464cea23c08a36d5b763d76ee3bda0922168132f

Contents?: true

Size: 1.38 KB

Versions: 57

Compression:

Stored size: 1.38 KB

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 complete reference see:
	// http://docs.ckeditor.com/#!/api/CKEDITOR.config

	// The toolbar groups arrangement, optimized for two toolbar rows.
	config.toolbarGroups = [
		{ name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },
		{ name: 'editing',     groups: [ 'find', 'selection', 'spellchecker' ] },
		{ name: 'links' },
		{ name: 'insert' },
		{ name: 'forms' },
		{ name: 'tools' },
		{ name: 'document',	   groups: [ 'mode', 'document', 'doctools' ] },
		{ name: 'others' },
		'/',
		{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
		{ name: 'paragraph',   groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ] },
		{ name: 'styles' },
		{ name: 'colors' },
		{ name: 'about' }
	];

	// Remove some buttons provided by the standard plugins, which are
	// not needed in the Standard(s) toolbar.
	config.removeButtons = 'Underline,Subscript,Superscript';

	// Set the most common block elements.
	config.format_tags = 'p;h1;h2;h3;pre';

	// Simplify the dialog windows.
	config.removeDialogTabs = 'image:advanced;link:advanced';
	
	// BootstrapCK Skin Options
	config.skin = 'bootstrapck';
	config.height = '350px';
};

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
kuppayam-0.2.12.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.11.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.10.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.9.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.8.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.7.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.6.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.5.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.4.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.3.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.2.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.1.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.2.0.pre.materialize vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.1.39 vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.1.38 vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.1.37 vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.1.36 vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.1.35 vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.1.34 vendor/assets/javascripts/ckeditor/config.js
kuppayam-0.1.33 vendor/assets/javascripts/ckeditor/config.js