Enable Squire by default and put CKEditor as option

This commit is contained in:
djmaze 2020-09-22 15:21:23 +02:00
parent 996c747e45
commit 6c6a5dd03b
4 changed files with 7 additions and 8 deletions

View file

@ -194,6 +194,7 @@ win.__initAppData = appData => {
throw e;
})
.then(() => {
// Enable the old CKEditor
if (appData.Auth && appData.StaticEditorJsLink) {
loadScript(appData.StaticEditorJsLink).then(() => {
win.__initEditor && win.__initEditor();