diff options
author | Joas Schilling <coding@schilljs.com> | 2017-03-26 21:15:25 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-03-26 21:15:25 +0200 |
commit | e0b040d6235e7f8f8e5869e56a9bda1bf346cafd (patch) | |
tree | 91bc197d3e598c49838635f2a6983e4aea9ab78f /apps/files/appinfo | |
parent | 7cc5130e8262b8e42df0c2a017cddcca2b6d8c85 (diff) | |
download | nextcloud-server-e0b040d6235e7f8f8e5869e56a9bda1bf346cafd.tar.gz nextcloud-server-e0b040d6235e7f8f8e5869e56a9bda1bf346cafd.zip |
Allow multiple navigation links from info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/info.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 8b5678b331a..c49ec7aa407 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -55,10 +55,12 @@ <command>OCA\Files\Command\ScanAppData</command> </commands> - <navigation> - <name>Files</name> - <route>files.view.index</route> - <order>0</order> - </navigation> + <navigations> + <navigation> + <name>Files</name> + <route>files.view.index</route> + <order>0</order> + </navigation> + </navigations> </info> |