From bec85df3d6da648a044a4abff4e4492eac113783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 22 Apr 2024 10:57:42 +0200 Subject: [PATCH] Add missing TinyMCE license key --- src/Html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Html.php b/src/Html.php index 9e47406a3c7..556ca79afdb 100644 --- a/src/Html.php +++ b/src/Html.php @@ -3897,6 +3897,8 @@ public static function initEditorSystem($id, $rand = '', $display = true, $reado // init editor tinyMCE.init(Object.assign({ + license_key: 'gpl', + link_default_target: '_blank', branding: false, selector: '#{$id}',