aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-17 02:02:10 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-24 10:30:47 +0100
commit607c55aaaab7519f8aa778735cd6f1c355728395 (patch)
treee7a509360f7537c5f15ea52ca868fcb526cf1732 /core/src
parent2f27f122e167f27f1b09c3a4c9b70754ab953e88 (diff)
downloadnextcloud-server-607c55aaaab7519f8aa778735cd6f1c355728395.tar.gz
nextcloud-server-607c55aaaab7519f8aa778735cd6f1c355728395.zip
Add new recommended 18 apps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/setup/RecommendedApps.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue
index 79c3aae9e6a..2b1b901a6be 100644
--- a/core/src/components/setup/RecommendedApps.vue
+++ b/core/src/components/setup/RecommendedApps.vue
@@ -82,6 +82,12 @@ const recommended = {
talk: {
description: t('core', 'Screensharing, online meetings and web conferencing – on desktop and with mobile apps.'),
},
+ onlyoffice: {
+ description: t('core', 'Collaboratively edit office documents.'),
+ },
+ documentserver_community: {
+ description: t('core', 'Local document editing back-end used by the OnlyOffice app.'),
+ },
}
const recommendedIds = Object.keys(recommended)
const defaultPageUrl = loadState('core', 'defaultPageUrl')