Sha256: 2b8d843d3202e1a82b68fa41cce4aebd99efd32752f3b540a461892fbe079d9d
Contents?: true
Size: 873 Bytes
Versions: 2
Compression:
Stored size: 873 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'], ['Cut','Copy','Paste','PasteText','PasteFromWord',], ['Undo','Redo','-','SelectAll','RemoveFormat'], ['Styles','Format'], ['Subscript', 'Superscript', 'TextColor'], ['Maximize'], '/', ['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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fullstack-ckeditor-0.1.4 | lib/generators/fullstack/ckeditor/templates/ckeditor/config.js |
fullstack-ckeditor-0.1.3 | lib/generators/fullstack/ckeditor/templates/ckeditor/config.js |