0.12.3 : change updateMe to handle components

This commit is contained in:
2025-11-13 23:01:28 +01:00
parent 1e642d194e
commit b2e1ab0361
8 changed files with 323 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
{
"collectionName": "components_configuration_parameters",
"info": {
"displayName": "parameter",
"icon": "cog"
},
"options": {},
"attributes": {
"emailNotification": {
"type": "boolean",
"default": false
},
"pushNotification": {
"type": "boolean",
"default": false
},
"sendNewsgroup": {
"type": "boolean",
"default": false
}
}
}

View File

@@ -0,0 +1,35 @@
{
"collectionName": "components_configuration_privacies",
"info": {
"displayName": "privacy",
"icon": "key",
"description": ""
},
"options": {},
"attributes": {
"profileVisibility": {
"type": "enumeration",
"enum": [
"public",
"contacts",
"private"
]
},
"allowMessage": {
"type": "boolean",
"default": true
},
"allowInvite": {
"type": "boolean",
"default": true
},
"allowTag": {
"type": "boolean",
"default": true
},
"showOnline": {
"type": "boolean",
"default": true
}
}
}