Refactor project structure
This commit is contained in:
14
core/modules/dashboard/meta.json
Normal file
14
core/modules/dashboard/meta.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"label": "Dashboard",
|
||||
"menu": "Personal Information",
|
||||
"order": "1",
|
||||
"icon": "fa-desktop",
|
||||
"user_levels": [
|
||||
"Admin",
|
||||
"Manager",
|
||||
"Employee"
|
||||
],
|
||||
"permissions": [],
|
||||
"model_namespace": "\\Dashboard\\Common\\Model",
|
||||
"manager": "\\Dashboard\\User\\Api\\DashboardModulesManager"
|
||||
}
|
||||
Reference in New Issue
Block a user