From 309c1fb715b882e67cb673b1544a03befbf64a22 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 9 Jun 2025 14:24:36 +0200 Subject: [PATCH] Remove deprecated TinyMCE plugin - template --- system/templates/tinymce.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/templates/tinymce.html.twig b/system/templates/tinymce.html.twig index 7f065477..00f1638a 100644 --- a/system/templates/tinymce.html.twig +++ b/system/templates/tinymce.html.twig @@ -8,7 +8,7 @@ selector: "#editor", content_css: '{{ constant('ADMIN_URL') }}template/style.css', theme: "silver", - plugins: 'preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap pagebreak nonbreaking anchor insertdatetime advlist lists wordcount help code emoticons', + plugins: 'preview searchreplace autolink directionality visualblocks visualchars fullscreen image link media codesample table charmap pagebreak nonbreaking anchor insertdatetime advlist lists wordcount help code emoticons', toolbar1: 'formatselect | bold italic strikethrough forecolor backcolor | emoticons link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat code', resize: 'both', image_advtab: true,