- Menambahkan rute untuk manajemen pelanggan dan email blast. - Mengimplementasikan breadcrumb untuk navigasi yang lebih baik. - Memperbarui file module.json untuk menambahkan menu baru.
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "Webstatement",
|
|
"alias": "webstatement",
|
|
"database": "",
|
|
"description": "",
|
|
"keywords": [],
|
|
"priority": 0,
|
|
"providers": [
|
|
"Modules\\Webstatement\\Providers\\WebstatementServiceProvider"
|
|
],
|
|
"files": [],
|
|
"menu": {
|
|
"main": [{
|
|
"title": "Staging Data",
|
|
"path": "",
|
|
"icon": "ki-filled ki-questionnaire-tablet text-lg text-primary",
|
|
"classes": "",
|
|
"attributes": [],
|
|
"permission": "",
|
|
"roles": []
|
|
},{
|
|
"title": "Nasabah",
|
|
"path": "customer",
|
|
"icon": "ki-filled ki-people text-lg text-primary",
|
|
"classes": "",
|
|
"attributes": [],
|
|
"permission": "",
|
|
"roles": []
|
|
},{
|
|
"title": "Email Blast",
|
|
"path": "emailblast",
|
|
"icon": "ki-filled ki-sms text-lg text-primary",
|
|
"classes": "",
|
|
"attributes": [],
|
|
"permission": "",
|
|
"roles": []
|
|
}],
|
|
"master": [{
|
|
"title": "Pesan Sponsor",
|
|
"path": "migrasi",
|
|
"icon": "ki-filled ki-category text-lg",
|
|
"classes": "",
|
|
"attributes": [],
|
|
"permission": "",
|
|
"roles": []
|
|
}],
|
|
"system": []
|
|
}
|
|
}
|