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
2023-10-07 11:54:06 +03:00

30 lines
531 B
JSON

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