app/helpers/caboose/application_helper.rb in caboose-cms-0.9.219 vs app/helpers/caboose/application_helper.rb in caboose-cms-0.9.220
- old
+ new
@@ -8,10 +8,10 @@
tinyMCE.init({
selector: 'textarea.tinymce',
width: '800px',
height: '300px',
convert_urls: false,
- plugins: 'advlist autolink lists link image charmap print preview hr anchor pagebreak searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking table contextmenu directionality emoticons template paste textcolor caboose',
+ plugins: 'advlist autolink lists link image charmap preview hr anchor pagebreak searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking table contextmenu directionality paste textcolor caboose',
toolbar1: 'caboose_save caboose_cancel | bold italic forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image',
image_advtab: true,
external_plugins: { 'caboose': '#{Caboose::cdn_domain == '/' ? '' : "//#{Caboose::cdn_domain}"}/assets/tinymce/plugins/caboose/plugin.js' },
setup: function(editor) {
var control = ModelBinder.tinymce_control(editor.id);