From 66ec66b29131cf6b287041197e6ab2a0455ff057 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 14 Feb 2023 18:47:56 +0100 Subject: [PATCH] Allow TinyMCE to resize horizontally and vertically --- system/templates/tinymce.html.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/system/templates/tinymce.html.twig b/system/templates/tinymce.html.twig index b0817800..880de4f0 100644 --- a/system/templates/tinymce.html.twig +++ b/system/templates/tinymce.html.twig @@ -9,6 +9,7 @@ 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', toolbar1: 'formatselect | bold italic strikethrough forecolor backcolor | emoticons link | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | removeformat code', + resize: 'both', image_advtab: true, images_upload_url: '{{ constant('BASE_URL') }}admin/tools/upload_image.php', images_upload_credentials: true,