Sha256: ba212fc0f8fc51d43c387979d4cca558e1776d83fdbad622124426bb40614e32

Contents?: true

Size: 452 Bytes

Versions: 1

Compression:

Stored size: 452 Bytes

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 example:
	// config.language = 'fr';
	// config.uiColor = '#AADC6E';

    config.extraPlugins = 'syntaxhighlight';
    config.extraPlugins = 'scayt';
    config.scayt_autoStartup = true;
};

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
erp_app-4.2.0 public/javascripts/ckeditor/config.js