mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-08 06:28:40 +00:00
fixes #62
This commit is contained in:
parent
358e96c1a6
commit
908253b00d
|
|
@ -5,7 +5,7 @@
|
|||
"type": 2,
|
||||
"subtype": 0,
|
||||
"name": "Marketing",
|
||||
"uri": "/{/lang}/backend/marketing/dashboard?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/marketing/dashboard?{?}",
|
||||
"target": "self",
|
||||
"icon": "fa fa-paint-brush",
|
||||
"order": 60,
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Promotions",
|
||||
"uri": "/{/lang}/backend/marketing/promotion/list?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/marketing/promotion/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "/{/lang}/backend/marketing/promotion/list?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/marketing/promotion/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "/{/lang}/backend/marketing/promotion/create?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/marketing/promotion/create?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Events",
|
||||
"uri": "/{/lang}/backend/marketing/event/list?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/marketing/event/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "/{/lang}/backend/marketing/event/list?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/marketing/event/list?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "/{/lang}/backend/marketing/event/create?{?}",
|
||||
"uri": "{/base}/{/lang}/backend/marketing/event/create?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user