Add permissions templates
This commit is contained in:
29
src/components/user/permissions.json
Normal file
29
src/components/user/permissions.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"collectionName": "components_user_permissions",
|
||||
"info": {
|
||||
"displayName": "permissions",
|
||||
"icon": "key"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"module": {
|
||||
"type": "enumeration",
|
||||
"enum": [
|
||||
"information",
|
||||
"chat",
|
||||
"board",
|
||||
"calendar",
|
||||
"users"
|
||||
]
|
||||
},
|
||||
"active": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"read": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"write": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user