Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent 7d6577ebe1
commit e467d9588d

View File

@ -5,7 +5,7 @@
"type": 1, "type": 1,
"subtype": 1, "subtype": 1,
"name": "Messages", "name": "Messages",
"uri": "/{/lang}/backend/messages/dashboard", "uri": "/{/lang}/backend/messages/dashboard?{?}",
"target": "self", "target": "self",
"icon": "fa fa-envelope", "icon": "fa fa-envelope",
"order": 10, "order": 10,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Inbox", "name": "Inbox",
"uri": "/{/lang}/backend/messages/dashboard", "uri": "/{/lang}/backend/messages/dashboard?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -34,7 +34,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Outbox", "name": "Outbox",
"uri": "/{/lang}/backend/messages/outbox", "uri": "/{/lang}/backend/messages/outbox?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -49,7 +49,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Trash", "name": "Trash",
"uri": "/{/lang}/backend/messages/trash", "uri": "/{/lang}/backend/messages/trash?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 10, "order": 10,
@ -64,7 +64,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Spam", "name": "Spam",
"uri": "/{/lang}/backend/messages/spam", "uri": "/{/lang}/backend/messages/spam?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 15, "order": 15,
@ -79,7 +79,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Draft", "name": "Draft",
"uri": "/{/lang}/backend/messages/draft", "uri": "/{/lang}/backend/messages/draft?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 20, "order": 20,
@ -94,7 +94,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Settings", "name": "Settings",
"uri": "/{/lang}/backend/messages/settings", "uri": "/{/lang}/backend/messages/settings?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 50, "order": 50,