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/phone.json
T

32 lines
628 B
JSON

{
"params":[
{
"name":"required",
"type":"bool",
"default":false
},
{
"name":"typeList",
"type":"array",
"default": ["Mobile", "Office", "Home", "Fax", "Other"],
"view": "views/admin/field-manager/fields/options"
},
{
"name":"defaultType",
"type":"varchar",
"default": "Mobile"
}
],
"notActualFields":[
"data"
],
"notCreatable": true,
"filter": true,
"fieldDefs":{
"notStorable":true
},
"translatedOptions": true,
"textFilter": true,
"personalData": true
}