fix: added tinymce license_key

This commit is contained in:
Florian Sylvain
2024-05-22 15:01:08 +02:00
parent bfc310aeab
commit bcf3c19702
@@ -47,6 +47,7 @@
console.log("LOADED")
});
},
license_key: 'gpl',
images_upload_handler: (blobInfo, progress) => new Promise((resolve, reject) => {
// const xhr = new XMLHttpRequest();
// xhr.withCredentials = false;