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/int.json
T
2016-06-28 11:56:29 +03:00

31 lines
469 B
JSON

{
"params":[
{
"name":"required",
"type":"bool",
"default":false
},
{
"name":"default",
"type":"int"
},
{
"name":"min",
"type":"int"
},
{
"name":"max",
"type":"int"
},
{
"name":"disableFormatting",
"type":"bool"
},
{
"name":"audited",
"type":"bool"
}
],
"filter": true
}