From b95c2781fec9d74e718d9a06de4879aca581b219 Mon Sep 17 00:00:00 2001 From: Esteban Puentes Date: Wed, 9 Dec 2020 11:43:07 +0100 Subject: [PATCH] Add config samples --- config.json.sample-oc10 | 11 +++++++++++ config.json.sample-ocis | 9 +++++++++ 2 files changed, 20 insertions(+) diff --git a/config.json.sample-oc10 b/config.json.sample-oc10 index 41884b3aae9..3b92699df3d 100644 --- a/config.json.sample-oc10 +++ b/config.json.sample-oc10 @@ -29,5 +29,16 @@ "icon": "info", "path": "/internal-app" } + ], + "external_apps": [ + { + "id": "draw-io", + "path": "apps/draw-io/dist/draw-io.bundle.js", + "config": { + "url": "https://embed.diagrams.net", + "autosave": false, + "theme": "minimal" + } + } ] } diff --git a/config.json.sample-ocis b/config.json.sample-ocis index ecf7f1d85c3..36a8bd1369e 100644 --- a/config.json.sample-ocis +++ b/config.json.sample-ocis @@ -24,6 +24,15 @@ { "id": "accounts", "path": "https://localhost:9200/accounts.js" + }, + { + "id": "draw-io", + "path": "apps/draw-io/dist/draw-io.bundle.js", + "config": { + "url": "https://embed.diagrams.net", + "autosave": false, + "theme": "minimal" + } } ] }