Add existing query to link

This commit is contained in:
Dennis Eichhorn 2017-02-08 19:16:53 +01:00
parent da6b156fac
commit 19ce8d8aeb

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Editor", "name": "Editor",
"uri": "/{/lang}/backend/editor/list", "uri": "/{/lang}/backend/editor/list?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 75, "order": 75,
@ -19,7 +19,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "/{/lang}/backend/editor/list", "uri": "/{/lang}/backend/editor/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/editor/create", "uri": "/{/lang}/backend/editor/create?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 15, "order": 15,