Files
espocrm/application/Espo/Resources/metadata/integrations/GoogleReCaptcha.json
2026-01-19 17:46:06 +01:00

24 lines
545 B
JSON

{
"fields": {
"siteKey": {
"type": "varchar",
"maxLength": 255,
"required": true
},
"secretKey": {
"type": "password",
"maxLength": 255,
"required": true
},
"scoreThreshold": {
"type": "float",
"min": 0.0,
"max": 1.0,
"default": 0.3,
"required": true
}
},
"allowUserAccounts": false,
"view": "views/admin/integrations/edit"
}