diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index fbbf4a3..7796b7c 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -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,