Another tinymce tweak

This commit is contained in:
2014-08-07 18:03:30 +02:00
parent 1959c5e8b5
commit f709443e4c
@@ -2,10 +2,11 @@
$ ->
$('textarea.mceEditor, .editor_full').tinymce
theme: 'modern'
plugins: ['image', 'link', 'table', 'fullscreen']
plugins: ['image', 'link', 'table', 'searchreplace', 'code']
language: tinymce_language
image_list: '<%= cmtool.images_path(format: :js) %>'
relative_urls: false
removed_menuitems: 'newdocument'
$('.editor_basic').tinymce
theme: 'simple'
language: tinymce_language