diff --git a/backend/src/Squidex/wwwroot/scripts/editor-editorjs.html b/backend/src/Squidex/wwwroot/scripts/editor-editorjs.html index 89ba7eecb..d5d44b781 100644 --- a/backend/src/Squidex/wwwroot/scripts/editor-editorjs.html +++ b/backend/src/Squidex/wwwroot/scripts/editor-editorjs.html @@ -59,8 +59,6 @@ editor.save().then(function (data) { // Notify the UI that the value has been changed. Will be used to trigger validation. field.valueChanged(data); - - console.log(JSON.stringify(data, null, 2)); }); } }); diff --git a/backend/src/Squidex/wwwroot/scripts/editor-monaco.html b/backend/src/Squidex/wwwroot/scripts/editor-monaco.html new file mode 100644 index 000000000..2ce0a0af0 --- /dev/null +++ b/backend/src/Squidex/wwwroot/scripts/editor-monaco.html @@ -0,0 +1,77 @@ + + + +
+ + + + + + + + + + + + + + + + \ No newline at end of file