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/enumFloat.json
T
2016-12-29 17:24:35 +02:00

26 lines
381 B
JSON

{
"params":[
{
"name":"options",
"type":"array"
},
{
"name":"default",
"type":"float"
},
{
"name":"audited",
"type":"bool"
},
{
"name":"readOnly",
"type":"bool"
}
],
"filter": true,
"notCreatable": true,
"fieldDefs":{
"type":"float"
}
}