From bcf3c197024642367c53acaa803aaeec3ce0a104 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Wed, 22 May 2024 15:01:08 +0200 Subject: [PATCH] fix: added tinymce license_key --- adapters/secondary/gateways/web/templates/postEdit.html | 1 + 1 file changed, 1 insertion(+) diff --git a/adapters/secondary/gateways/web/templates/postEdit.html b/adapters/secondary/gateways/web/templates/postEdit.html index c791301..2ce750e 100644 --- a/adapters/secondary/gateways/web/templates/postEdit.html +++ b/adapters/secondary/gateways/web/templates/postEdit.html @@ -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;