0.11.18 : new group structure
This commit is contained in:
19
src/components/group/activity.json
Normal file
19
src/components/group/activity.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"collectionName": "components_group_activities",
|
||||
"info": {
|
||||
"displayName": "Activity",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"activityMessage": {
|
||||
"type": "string"
|
||||
},
|
||||
"activityUser": {
|
||||
"type": "string"
|
||||
},
|
||||
"activityDate": {
|
||||
"type": "datetime"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user