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/enumInt.json
T
Yuri Kuznetsov fbb1fdb8fe enumInt field
2013-11-05 12:44:24 +02:00

26 lines
397 B
JSON
Executable File

{
"params":[
{
"name":"required",
"type":"bool",
"default":false
},
{
"name":"options",
"type":"array"
},
{
"name":"default",
"type":"varchar"
},
{
"name":"translation",
"type":"varchar"
}
],
"search":{
"basic":false,
"advanced":true
}
}