diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-12-08 17:43:46 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-12-22 12:34:41 +0100 |
commit | aa8755bd4b2d5a949a35f1308eefa6d00140a1a7 (patch) | |
tree | 09153939dd285480a1225290d7bde664e41826fa /apps/files/appinfo/info.xml | |
parent | 7f8d22e7102293d96c365b380bf1845ff2de6b71 (diff) | |
download | nextcloud-server-aa8755bd4b2d5a949a35f1308eefa6d00140a1a7.tar.gz nextcloud-server-aa8755bd4b2d5a949a35f1308eefa6d00140a1a7.zip |
Add navigation via info.xml (#26785)
* Read navigation information from info.xml
* Load files navigation elements from info.xml
* Add comment about ignoring the exception
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r-- | apps/files/appinfo/info.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index a25c043f332..1171c0ceb6f 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -53,4 +53,10 @@ <command>OCA\Files\Command\DeleteOrphanedFiles</command> <command>OCA\Files\Command\TransferOwnership</command> </commands> + + <navigation> + <route>files.view.index</route> + <order>0</order> + </navigation> + </info> |