Sha256: fd217dddcdae76b8d867b9339a5decd4d6404dcc71c90c96caa973ab132cb24f

Contents?: true

Size: 756 Bytes

Versions: 10

Compression:

Stored size: 756 Bytes

Contents

// This is a custom configuration file that will be used by BrowserCMS to load instances of 
// the CKEditor.
// As per http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.customConfig using a custom config
// avoids the need to 'mask' the core default config.js file that CKEDITOR comes packaged with.

CKEDITOR.config.toolbar_Standard = [
  ['Source','-','Cut','Copy','Paste','PasteText','PasteFromWord','-','SpellChecker','Scayt','-','Undo','Redo','Find','Replace','RemoveFormat','-','NumberedList','BulletedList','Outdent','Indent','HorizontalRule'],
  '/',
  ['Link','Unlink','Anchor','Image','Table','SpecialChar','-','Bold','Italic','Underline','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','TextColor','Styles']
];

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
browsercms-artirix-4.0.4 app/assets/javascripts/bcms/ckeditor_standard_config.js
browsercms-artirix-4.0.3.3 app/assets/javascripts/bcms/ckeditor_standard_config.js
browsercms-artirix-4.0.3.2 app/assets/javascripts/bcms/ckeditor_standard_config.js
browsercms-artirix-4.0.3.1 app/assets/javascripts/bcms/ckeditor_standard_config.js
browsercms-artirix-4.0.3 app/assets/javascripts/bcms/ckeditor_standard_config.js
browsercms-artirix-4.0.2 app/assets/javascripts/bcms/ckeditor_standard_config.js
browsercms-artirix-4.0.1.1 app/assets/javascripts/bcms/ckeditor_standard_config.js
browsercms-artirix-4.0.0.rc1.art4 app/assets/javascripts/bcms/ckeditor_standard_config.js
browsercms-4.0.0.rc1 app/assets/javascripts/bcms/ckeditor_standard_config.js
browsercms-4.0.0.beta app/assets/javascripts/bcms/ckeditor_standard_config.js