Add existing query to link

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

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Media", "name": "Media",
"uri": "/{/lang}/backend/media/list", "uri": "/{/lang}/backend/media/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 20, "order": 20,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "/{/lang}/backend/media/list", "uri": "/{/lang}/backend/media/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -34,7 +34,7 @@
"type": 3, "type": 3,
"subtype": 5, "subtype": 5,
"name": "Create", "name": "Create",
"uri": "/{/lang}/backend/media/create", "uri": "/{/lang}/backend/media/create?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -51,7 +51,7 @@
"type": 2, "type": 2,
"subtype": 2, "subtype": 2,
"name": "Media", "name": "Media",
"uri": "/{/lang}/backend/profile/single/media", "uri": "/{/lang}/backend/profile/single/media?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 3, "order": 3,
@ -66,7 +66,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Media", "name": "Media",
"uri": "/{/lang}/backend/admin/account/single/media", "uri": "/{/lang}/backend/admin/account/single/media?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 3, "order": 3,