Set TinyMCE license key to gpl (Avoid warning message in browser console)

This commit is contained in:
slawkens 2025-06-09 14:24:22 +02:00
parent f782850307
commit 8d29fdb98b

View File

@ -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) {