0.12.3 : change updateMe to handle components
This commit is contained in:
22
src/components/configuration/parameter.json
Normal file
22
src/components/configuration/parameter.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
35
src/components/configuration/privacy.json
Normal file
35
src/components/configuration/privacy.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user