summaryrefslogtreecommitdiffstats
path: root/core/js/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/config.php')
-rw-r--r--core/js/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/config.php b/core/js/config.php
index f2bc24008dc..d6946f671d1 100644
--- a/core/js/config.php
+++ b/core/js/config.php
@@ -112,7 +112,8 @@ $array = array(
'enforcePasswordForPublicLink' => \OCP\Util::isPublicLinkPasswordRequired(),
'sharingDisabledForUser' => \OCP\Util::isSharingDisabledForUser(),
'resharingAllowed' => \OCP\Share::isResharingAllowed(),
- 'remoteShareAllowed' => $outgoingServer2serverShareEnabled
+ 'remoteShareAllowed' => $outgoingServer2serverShareEnabled,
+ 'federatedCloudShareDoc' => \OC::$server->getURLGenerator()->linkToDocs('user-sharing-federated')
)
)
),