Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"fields": {
|
||||
"apiKey": {
|
||||
"type": "varchar",
|
||||
"maxLength": 255,
|
||||
"required": true
|
||||
},
|
||||
"mapId": {
|
||||
"type": "varchar",
|
||||
"maxLength": 64,
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
"allowUserAccounts": false,
|
||||
"view": "views/admin/integrations/google-maps",
|
||||
"authMethod": "GoogleMaps"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user