Sha256: 92a9c1c0a4d68ca994ed3546b268bff4ace974172880bdb1caa8daf9242781b0

Contents?: true

Size: 956 Bytes

Versions: 3

Compression:

Stored size: 956 Bytes

Contents

CKEDITOR.editorConfig = function( config )
{
  
  config.toolbar_custom =
  [
	    ['-','Save','NewPage','Preview','-','Templates'],
	    ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
	    ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
	    ['BidiLtr', 'BidiRtl'],
	    '/',
	    ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
	    ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],
	    ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
	    ['Link','Unlink','Anchor'],
	    ['Image','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
	    '/',
	    ['Styles','Format','Font','FontSize'],
	    ['TextColor','BGColor'],
	    ['Maximize', 'ShowBlocks','-','About']
	];
	

  config.toolbar = 'custom';
  config.format_tags = 'h2;h3;h4;p';
	config.contentsCss = '/stylesheets/screen.css'
	config.language = 'de';

};

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree-cms-0.2.1 public/ckeditor/custom_config.js
spree-cms-0.2.0 public/ckeditor/custom_config.js
spree-cms-0.1.0 public/ckeditor/custom_config.js