Files
webstatement/module.json
Daeng Deni Mardaeni 0d95bf33c3 feat(customers): tambahkan rute dan breadcrumb untuk manajemen pelanggan dan email blast
- Menambahkan rute untuk manajemen pelanggan dan email blast.
- Mengimplementasikan breadcrumb untuk navigasi yang lebih baik.
- Memperbarui file module.json untuk menambahkan menu baru.
2025-02-18 16:36:20 +07:00

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": []
}
}