From 58e304a1ad6f1947ab76b9a06fb37a42908ab409 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 12 Jun 2025 13:14:12 +0200 Subject: [PATCH] Enable image pasting in TinyMCE in Mailtemplte/Form --- Layout/default/Mailtemplate/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layout/default/Mailtemplate/Form.php b/Layout/default/Mailtemplate/Form.php index 7766434b6..786b193e4 100644 --- a/Layout/default/Mailtemplate/Form.php +++ b/Layout/default/Mailtemplate/Form.php @@ -157,7 +157,7 @@ plugins: ' code link autolink lists table', paste_block_drop: true, paste_as_text: true, - paste_data_images: false, + paste_data_images: true, promotion: false, toolbar1: 'undo redo | styles | bold italic underline strikethrough | fontfamily fontsize fontcolor | alignleft aligncenter alignright alignjustify | bullist numlist | outdent indent | table | link unlink | code', toolbar2: 'vorname nachname firma',