0.11.18 : new group structure

This commit is contained in:
2025-11-09 22:06:57 +01:00
parent dba77a3b07
commit 1d6e8f3866
7 changed files with 238 additions and 454 deletions

View File

@@ -0,0 +1,19 @@
{
"collectionName": "components_group_activities",
"info": {
"displayName": "Activity",
"description": ""
},
"options": {},
"attributes": {
"activityMessage": {
"type": "string"
},
"activityUser": {
"type": "string"
},
"activityDate": {
"type": "datetime"
}
}
}