mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
fix: added tinymce license_key
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
console.log("LOADED")
|
console.log("LOADED")
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
license_key: 'gpl',
|
||||||
images_upload_handler: (blobInfo, progress) => new Promise((resolve, reject) => {
|
images_upload_handler: (blobInfo, progress) => new Promise((resolve, reject) => {
|
||||||
// const xhr = new XMLHttpRequest();
|
// const xhr = new XMLHttpRequest();
|
||||||
// xhr.withCredentials = false;
|
// xhr.withCredentials = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user