diff --git a/config/config.json.dist b/config/config.json.dist index f2ebdb57dae..5454488ffb3 100644 --- a/config/config.json.dist +++ b/config/config.json.dist @@ -8,12 +8,12 @@ "authUrl": "" }, "apps" : [ - "files", "draw-io", - "preview", - "user-management", + "files", "pdf-viewer", - "search" + "preview", + "search", + "text-editor" ], "applications" : [] } diff --git a/config/config.json.sample-oc10 b/config/config.json.sample-oc10 index e1efbe96b6c..026ad01935f 100644 --- a/config/config.json.sample-oc10 +++ b/config/config.json.sample-oc10 @@ -11,17 +11,8 @@ "files", "preview", "pdf-viewer", - "search" - ], - "external_apps": [ - { - "id": "draw-io", - "path": "web-app-draw-io", - "config": { - "url": "https://embed.diagrams.net", - "autosave": false, - "theme": "minimal" - } - } + "search", + "text-editor", + "draw-io" ] } diff --git a/config/config.json.sample-ocis b/config/config.json.sample-ocis index 8c96a4d9a1f..256898ea128 100644 --- a/config/config.json.sample-ocis +++ b/config/config.json.sample-ocis @@ -14,6 +14,8 @@ "preview", "pdf-viewer", "search", + "text-editor", + "draw-io", "external", "user-management" ], @@ -25,15 +27,6 @@ { "id": "accounts", "path": "https://localhost:9200/accounts.js" - }, - { - "id": "draw-io", - "path": "web-app-draw-io", - "config": { - "url": "https://embed.diagrams.net", - "autosave": false, - "theme": "minimal" - } } ] }