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