Sha256: 8198240f69f992f7525b3a8a94388dcf393816d4f11a9ab9b7ab0216b869d2bc
Contents?: true
Size: 687 Bytes
Versions: 8
Compression:
Stored size: 687 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 ) { config.PreserveSessionOnFileBrowser = true; config.language = 'nl'; config.height = '400px'; config.width = '600px'; config.toolbar = 'Minimal'; config.toolbarCanCollapse = false; config.toolbar_Minimal = [ ['Format','-','Bold','Italic','-','NumberedList','BulletedList','-','Link'], ['PasteFromWord','Source','Undo','Redo','RemoveFormat'], ]; config.toolbar_None = [ '-' ]; };
Version data entries
8 entries across 8 versions & 1 rubygems