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/Metadata/fields/address.json
T
Taras Machyshyn 417576fd5e change instance
2013-11-01 13:49:54 +02:00

32 lines
475 B
JSON
Executable File

{
"actualFields":[
"street",
"city",
"state",
"country",
"postalCode"
],
"fields":{
"street":{
"type":"varchar"
},
"city":{
"type":"varchar"
},
"state":{
"type":"varchar"
},
"country":{
"type":"varchar"
},
"postalCode":{
"type":"varchar"
}
},
"mergable":false,
"search":{
"basic":false,
"advanced":true
}
}