This commit is contained in:
Dennis Eichhorn 2022-12-10 22:17:54 +01:00
parent 14a0aa3175
commit fc4f2879aa
2 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
"type": 2, "type": 2,
"subtype": 0, "subtype": 0,
"name": "Marketing", "name": "Marketing",
"uri": "{/prefix}marketing/dashboard?{?}", "uri": "{/lang}/{/app}/marketing/dashboard?{?}",
"target": "self", "target": "self",
"icon": "fa fa-paint-brush", "icon": "fa fa-paint-brush",
"order": 60, "order": 60,
@ -19,7 +19,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Promotions", "name": "Promotions",
"uri": "{/prefix}marketing/promotion/list", "uri": "{/lang}/{/app}/marketing/promotion/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -33,7 +33,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "{/prefix}marketing/promotion/list", "uri": "{/lang}/{/app}/marketing/promotion/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -48,7 +48,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
"uri": "{/prefix}marketing/promotion/create?{?}", "uri": "{/lang}/{/app}/marketing/promotion/create?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -65,7 +65,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Events", "name": "Events",
"uri": "{/prefix}marketing/event/list", "uri": "{/lang}/{/app}/marketing/event/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -79,7 +79,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "List", "name": "List",
"uri": "{/prefix}marketing/event/list", "uri": "{/lang}/{/app}/marketing/event/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 1, "order": 1,
@ -94,7 +94,7 @@
"type": 3, "type": 3,
"subtype": 1, "subtype": 1,
"name": "Create", "name": "Create",
"uri": "{/prefix}marketing/event/create?{?}", "uri": "{/lang}/{/app}/marketing/event/create?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,

View File

@ -12,7 +12,7 @@
}, },
"creator": { "creator": {
"name": "Karaka", "name": "Karaka",
"website": "www.spl1nes.com" "website": "jingga.app"
}, },
"description": "Marketing module.", "description": "Marketing module.",
"directory": "Marketing", "directory": "Marketing",