From cf63a2e7d1bd8aff380169c3cd9e97a5f5b434f6 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 2 Sep 2025 14:57:09 -0400 Subject: [PATCH] Fix TinyMCE License in client portal --- client/includes/footer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/includes/footer.php b/client/includes/footer.php index 47f9df65..80bd67d8 100644 --- a/client/includes/footer.php +++ b/client/includes/footer.php @@ -45,6 +45,7 @@ branding: false, menubar: false, statusbar: false, + license_key: 'gpl', toolbar: [ { name: 'styles', items: [ 'styles' ] }, { name: 'formatting', items: [ 'bold', 'italic', 'forecolor' ] }, @@ -57,7 +58,7 @@ mobile: { menubar: false, plugins: 'autosave lists autolink', - toolbar: 'undo bold italic styles' + toolbar: 'undo bold italic styles', }, plugins: 'link image lists table code codesample fullscreen autoresize', });