Completed 300-custom-new-order Mailtemplate handling for RML

This commit is contained in:
Frank Schubert
2025-06-13 05:40:17 +02:00
parent 05fe36679f
commit fdcac66a84
5 changed files with 140 additions and 17 deletions
+4 -1
View File
@@ -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,