This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/fields/map.json
T
Yuri Kuznetsov 1a46723abb formatting fixes
2022-07-02 18:28:06 +03:00

24 lines
434 B
JSON

{
"params": [
{
"name": "provider",
"type": "enum",
"options": [
"Google"
],
"default": "Google"
},
{
"name": "height",
"type": "int",
"default": 300
}
],
"filter": false,
"notCreatable": true,
"notSortable": true,
"fieldDefs": {
"notStorable": true
}
}