Initial commit
This commit is contained in:
44
application/Espo/Resources/metadata/logicDefs/User.json
Normal file
44
application/Espo/Resources/metadata/logicDefs/User.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"fields": {
|
||||
"avatarColor": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "equals",
|
||||
"attribute": "avatarId",
|
||||
"value": null,
|
||||
"data": {
|
||||
"field": "avatar"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "in",
|
||||
"attribute": "type",
|
||||
"value": [
|
||||
"regular",
|
||||
"admin",
|
||||
"api"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"authMethod": [
|
||||
{
|
||||
"optionList": [
|
||||
"ApiKey",
|
||||
"Hmac"
|
||||
],
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "equals",
|
||||
"attribute": "type",
|
||||
"value": "api"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user