summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-07-01 15:42:26 +0200
committerVincent Petry <pvince81@owncloud.com>2014-07-01 15:42:26 +0200
commitc005515ebd3fcf1d79070b3e7e2a783cf2ea53e1 (patch)
tree658ef61a0e5f3c0766d0bf9de87d6e0962a936cb /config/config.sample.php
parent894d69184abc78750160d4818412e45fdc22a81b (diff)
downloadnextcloud-server-c005515ebd3fcf1d79070b3e7e2a783cf2ea53e1.tar.gz
nextcloud-server-c005515ebd3fcf1d79070b3e7e2a783cf2ea53e1.zip
Support for multiple default apps
If a default app isn't visible for the user, try the next one. Else fallback to the "files" app.
Diffstat (limited to 'config/config.sample.php')
-rwxr-xr-xconfig/config.sample.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 59e1f3890ce..e613609bcef 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -74,7 +74,11 @@ $CONFIG = array(
/* URL to the parent directory of the 3rdparty directory, as seen by the browser */
"3rdpartyurl" => "",
-/* Default app to load on login */
+/* Default app to open on login.
+ * This can be a comma-separated list of app ids.
+ * If the first app is not enabled for the current user,
+ * it will try with the second one and so on. If no enabled app could be found,
+ * the "files" app will be displayed instead. */
"defaultapp" => "files",
/* Enable the help menu item in the settings */