summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-04-30 23:38:45 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-04-30 23:38:45 +0200
commit00cc02202c5600f0931c6eeb4d4371d88a21e656 (patch)
tree9f4b11fd78b74e6f9042d28ecc2a765d10f061b8 /appinfo
parentfdd1c6041c924bd5e9a319327c7e4e8da0b1f277 (diff)
migrate navigation entry to built in info.xml
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7b7f7570d..56ac8ece7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -39,13 +39,12 @@ Before you update to a new version, [check the changelog](https://github.com/nex
</dependencies>
<ocsid>168040</ocsid>
- <!-- navigation -->
- <navigation>
- <route>news.page.index</route>
- <order>10</order>
- <icon>app.svg</icon>
- <name>News</name>
- </navigation>
+ <navigations>
+ <navigation>
+ <name>News</name>
+ <route>news.page.index</route>
+ </navigation>
+ </navigations>
<!-- admin -->
<admin>admin/admin</admin>