18 lines
399 B
JSON
18 lines
399 B
JSON
{
|
|
"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"
|
|
}
|