From d32462cc3aba7733ec1a853983da709b6b3c6af7 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 11 Nov 2021 15:43:51 +0000 Subject: [PATCH] commit 9fa283620136942c2cbd59dc989a67c447bfb536 Merge: 8a0f765f 4ff8957d Author: Benedikt Kulmann Date: Thu Nov 11 16:43:20 2021 +0100 Merge pull request #5996 from owncloud/issues/5980 Automatically show oC10 apps in app switcher menu --- deployments/oc10-app.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deployments/oc10-app.md b/deployments/oc10-app.md index 453e588f90a..a66954cacf4 100644 --- a/deployments/oc10-app.md +++ b/deployments/oc10-app.md @@ -138,7 +138,11 @@ If you use OpenID Connect you need to replace the `"auth"` part with following c ## Integrate ownCloud Classic features in ownCloud Web ### Add links to the app switcher -ownCloud Classic features that are not deeply integrated with the Classic UI (e.g., full screen apps) can be added to the ownCloud Web app switcher so that users can easily access them from ownCloud Web. You can use the following example and customize it according to your needs. +ownCloud Classic features that are not deeply integrated with the Classic UI (e.g., full screen apps) can be added to the ownCloud Web app switcher so that users can easily access them from ownCloud Web. You can use the following example and customize it according to your needs. + +{{< hint info >}} +All apps that are listed in the ownCloud Classic app switcher will be added as links to the app switcher of the new ownCloud Web automatically. All of those links will open in a new browser tab on click. +{{< /hint >}} To add new elements in the app switcher, paste the following into the `applications` section of `config.json`: