Sha256: 3ad4f7d7ca0b5fe7597f3ae27e22b6a160a734658abbf3102f78eaf6789f72f6
Contents?: true
Size: 778 Bytes
Versions: 15
Compression:
Stored size: 778 Bytes
Contents
/* Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { config.PreserveSessionOnFileBrowser = true; // Define changes to default configuration here. For example: //config.language = ''; config.uiColor = '#E0ECFF'; config.toolbar = 'Basic'; config.entities_greek = false; config.entities_latin = false; config.entities_processNumerical = false; config.toolbar_Basic = [ ['Format', '-', 'Bold', 'Italic'], ['NumberedList','BulletedList'], ['Outdent', 'Indent'], ['Image', 'Flash', '-', 'Link'], ['Maximize'], ['Table'], ['PageBreak'], ['Source'] ]; }
Version data entries
15 entries across 6 versions & 1 rubygems