From cdda88775156c57f270e90837b43a8845e64fc89 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 11 Aug 2026 08:56:04 +1000 Subject: [PATCH] TINYDOC-3580 - Remove license_key from Comments callback live demos The Comments plugin is a premium plugin, so a GPL license key in the demo configuration is misleading. Removed the option from the callback and callback-with-mentions live demo configurations. --- .../examples/live-demos/comments-callback-with-mentions/index.js | 1 - modules/ROOT/examples/live-demos/comments-callback/index.js | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/ROOT/examples/live-demos/comments-callback-with-mentions/index.js b/modules/ROOT/examples/live-demos/comments-callback-with-mentions/index.js index 30253b56b3..e163ccac74 100644 --- a/modules/ROOT/examples/live-demos/comments-callback-with-mentions/index.js +++ b/modules/ROOT/examples/live-demos/comments-callback-with-mentions/index.js @@ -237,7 +237,6 @@ const tinycomments_fetch = (conversationUids, done) => { tinymce.init({ selector: 'textarea#comments-callback-with-mentions', - license_key: 'gpl', toolbar: 'addcomment showcomments code | bold italic underline', menubar: 'file edit view insert format tools tc help', menu: { diff --git a/modules/ROOT/examples/live-demos/comments-callback/index.js b/modules/ROOT/examples/live-demos/comments-callback/index.js index 3ae1195041..0282da777b 100644 --- a/modules/ROOT/examples/live-demos/comments-callback/index.js +++ b/modules/ROOT/examples/live-demos/comments-callback/index.js @@ -183,7 +183,6 @@ const tinycomments_fetch = (conversationUids, done) => { tinymce.init({ selector: 'textarea#comments-callback', - license_key: 'gpl', toolbar: 'addcomment showcomments code | bold italic underline', menubar: 'file edit view insert format tools tc help', menu: {