From badf7840a15d8ae91f2bdb25d396bab8ddc7d82f Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 19 Jul 2017 12:45:31 +0200 Subject: [PATCH] Theming of Android/iOS URLs Signed-off-by: Morris Jobke --- admin_manual/configuration_server/theming.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/admin_manual/configuration_server/theming.rst b/admin_manual/configuration_server/theming.rst index b9b15c19c..256babcfc 100644 --- a/admin_manual/configuration_server/theming.rst +++ b/admin_manual/configuration_server/theming.rst @@ -44,3 +44,18 @@ This requires the following additional dependencies: - PHP module imagick - SVG support for imagick (e.g. `libmagickcore5-extra`) +Theming of mobile app URLs and IDs +================================== + +The themes supported to change the URLs to the mobile apps (Android & iOS) that +is shown when the web UI is opened on one of those devices. Then there was a +header shown, that redirects the user to the app in the app store. By default +this redirects to the Nextcloud apps. In some cases it is wanted that this +links to branded versions of those apps. In those cases the IDs and URLs can be +set via the occ command:: + + occ config:app:set theming AndroidClientUrl --value "https://play.google.com/store/apps/details?id=com.nextcloud.client" + occ config:app:set theming iTunesAppId --value "1125420102" + occ config:app:set theming iOSClientUrl --value "https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8" + +This feature was added in version 12.0.1 and 13.