Sha256: 7c4681288b696dbf3b07a458af798edc55d118e6f63c04deb175e51c88e49b74
Contents?: true
Size: 900 Bytes
Versions: 1
Compression:
Stored size: 900 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 ) { // config.language = 'it'; config.toolbar = 'Easy'; config.toolbar_Easy = [ ['Source','-','Preview'], ['Cut','Copy','Paste','PasteText','PasteFromWord',], ['Undo','Redo','-','SelectAll','RemoveFormat'], ['Styles','Format'], ['Subscript', 'Superscript', 'TextColor'], ['Maximize','-','About'], '/', ['Bold','Italic','Underline','Strike'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Link','Unlink','Anchor'], ['Image', 'Attachment', 'Flash', 'Embed'], ['Table','HorizontalRule','Smiley','SpecialChar','PageBreak'] ]; };
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fullstack-ckeditor-0.1.2 | lib/generators/fullstack/ckeditor/templates/ckeditor/config.js |