From 8d29fdb98b92dbc3d2853ef88a185c67036b4a77 Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 9 Jun 2025 14:24:22 +0200 Subject: [PATCH] Set TinyMCE license key to gpl (Avoid warning message in browser console) --- system/templates/tinymce.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/templates/tinymce.html.twig b/system/templates/tinymce.html.twig index effea162..7f065477 100644 --- a/system/templates/tinymce.html.twig +++ b/system/templates/tinymce.html.twig @@ -23,6 +23,8 @@ {title: 'Colored Table', value: 'myaac-table'}, ], + license_key: 'gpl', + setup: function (ed) { ed.on('NodeChange', function (e) { if (ed.getContent() !== lastContent) {