Refactor project structure
This commit is contained in:
24
core/modules/emergency_contact/meta.json
Normal file
24
core/modules/emergency_contact/meta.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"label":"Emergency Contacts",
|
||||
"menu":"Personal Information",
|
||||
"order":"6",
|
||||
"icon":"fa-phone-square",
|
||||
"user_levels":["Admin","Manager","Employee"],
|
||||
|
||||
"permissions":
|
||||
{
|
||||
"Manager":{
|
||||
"Add Emergency Contacts":"Yes",
|
||||
"Edit Emergency Contacts":"Yes",
|
||||
"Delete Emergency Contacts":"Yes"
|
||||
},
|
||||
|
||||
"Employee":{
|
||||
"Add Emergency Contacts":"Yes",
|
||||
"Edit Emergency Contacts":"Yes",
|
||||
"Delete Emergency Contacts":"Yes"
|
||||
}
|
||||
},
|
||||
"model_namespace": "\\EmergencyContacts\\Common\\Model",
|
||||
"manager": "\\EmergencyContacts\\User\\Api\\EmergencyContactModulesManager"
|
||||
}
|
||||
Reference in New Issue
Block a user