Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent bb791ee8c4
commit 8ac62610f5

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "News",
"uri": "/{/lang}/backend/news/dashboard",
"uri": "/{/lang}/backend/news/dashboard?{?}",
"target": "self",
"icon": null,
"order": 40,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "News",
"uri": "/{/lang}/backend/news/dashboard",
"uri": "/{/lang}/backend/news/dashboard?{?}",
"target": "self",
"icon": null,
"order": 1,
@ -34,7 +34,7 @@
"type": 3,
"subtype": 1,
"name": "Archive",
"uri": "/{/lang}/backend/news/archive",
"uri": "/{/lang}/backend/news/archive?{?}",
"target": "self",
"icon": null,
"order": 5,
@ -49,7 +49,7 @@
"type": 3,
"subtype": 1,
"name": "Create",
"uri": "/{/lang}/backend/news/create",
"uri": "/{/lang}/backend/news/create?{?}",
"target": "self",
"icon": null,
"order": 10,
@ -64,7 +64,7 @@
"type": 3,
"subtype": 1,
"name": "Draft",
"uri": "/{/lang}/backend/news/draft/list",
"uri": "/{/lang}/backend/news/draft/list?{?}",
"target": "self",
"icon": null,
"order": 15,