Completed 300-custom-new-order Mailtemplate handling for RML
This commit is contained in:
@@ -151,10 +151,13 @@
|
||||
function initEditor() {
|
||||
tinymce.init({
|
||||
//font_formats: "Arial=arial,sans-serif;",
|
||||
images_dataimg_filter: function(img) {
|
||||
return img.hasAttribute('internal-blob');
|
||||
},
|
||||
selector: '#body_html',
|
||||
language: 'de',
|
||||
skin: "tinymce-5",
|
||||
plugins: ' code link autolink lists table',
|
||||
plugins: ' code link autolink lists table image media',
|
||||
paste_block_drop: true,
|
||||
paste_as_text: true,
|
||||
paste_data_images: true,
|
||||
|
||||
Reference in New Issue
Block a user