Add permissions templates

This commit is contained in:
2025-04-13 18:20:52 +02:00
parent 961b4aab93
commit d6d4bcfc33
10 changed files with 158 additions and 3 deletions

View 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"
}
}
}