From 927725de7d6342e08f99a7883830e463a6968476 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 24 Jan 2025 21:58:12 -0500 Subject: [PATCH] Initialize TinyMCE using gpl license --- js/app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 312c370c..06b96dd7 100644 --- a/js/app.js +++ b/js/app.js @@ -40,6 +40,7 @@ tinymce.init({ toolbar: 'bold italic styles' }, plugins: 'link image lists table code codesample fullscreen autoresize', + license_key: 'gpl' }); // Initialize TinyMCE @@ -70,6 +71,7 @@ tinymce.init({ toolbar: 'bold italic styles' }, plugins: 'link image lists table code codesample fullscreen autoresize', + license_key: 'gpl', setup: function(editor) { var rewordButtonApi; @@ -167,7 +169,7 @@ tinymce.init({ toolbar: 'bold italic styles' }, plugins: 'link image lists table code fullscreen autoresize', - + license_key: 'gpl' }); // Initialize TinyMCE AI @@ -195,6 +197,7 @@ tinymce.init({ toolbar: 'bold italic styles' }, plugins: 'link image lists table code codesample fullscreen autoresize', + license_key: 'gpl', setup: function(editor) { var rewordButtonApi; @@ -279,6 +282,7 @@ tinymce.init({ statusbar: false, readonly: false, plugins: 'autoresize', + license_key: 'gpl', }); // DateTime