Files
espocrm/application/Espo/Resources/metadata/fields/float.json
2026-01-19 17:46:06 +01:00

50 lines
957 B
JSON

{
"params": [
{
"name": "required",
"type": "bool",
"default": false
},
{
"name": "default",
"type": "float"
},
{
"name": "min",
"type": "float"
},
{
"name": "max",
"type": "float"
},
{
"name": "decimalPlaces",
"type": "int"
},
{
"name": "audited",
"type": "bool"
},
{
"name": "readOnly",
"type": "bool"
},
{
"name": "readOnlyAfterCreate",
"type": "bool"
}
],
"validationList": [
"required",
"min",
"max"
],
"mandatoryValidationList": [
"valid"
],
"filter": true,
"fieldDefs": {
"notNull": false
}
}