logs/module.json

46 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-08-07 03:09:17 +00:00
{
"name": "Logs",
"alias": "logs",
"database": "",
"description": "",
"keywords": [],
"priority": 0,
"providers": [
"Modules\\Logs\\Providers\\LogsServiceProvider"
],
"files": [],
"menu": {
"main": [],
"master": [],
"system": [
{
"title": "Logs",
"path": "",
"icon": "ki-filled ki-tablet-text-down text-lg",
"classes": "",
"attributes": [],
"permission": "",
"roles": [],
"sub": [
{
"title": "System Logs",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Audit Logs",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
}
]
}
]
}
}