From cf4d27b115edfe9148a52b1e667e6ef5d3d06c00 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Mon, 26 Mar 2018 19:12:26 +0200 Subject: Use customclient_* values by default and do not use them in custom themes anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- config/config.sample.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config/config.sample.php') diff --git a/config/config.sample.php b/config/config.sample.php index 8595c024e4c..ba5f3d68146 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -782,7 +782,8 @@ $CONFIG = array( * Defaults to * * Desktop client: ``https://nextcloud.com/install/#install-clients`` * * Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client`` - * * iOS client : ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8`` + * * iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8`` + * *iOS client app id: ``1125420102`` */ 'customclient_desktop' => 'https://nextcloud.com/install/#install-clients', @@ -790,7 +791,8 @@ $CONFIG = array( 'https://play.google.com/store/apps/details?id=com.nextcloud.client', 'customclient_ios' => 'https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8', - +'customclient_ios_appid' => + '1125420102', /** * Apps * -- cgit v1.2.3