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/rangeInt.json
T
2024-08-02 15:14:32 +03:00

34 lines
646 B
JSON

{
"actualFields": [
"from",
"to"
],
"fields": {
"from": {
"type": "int",
"layoutAvailabilityList": [
"filters",
"massUpdate"
]
},
"to": {
"type": "int",
"layoutAvailabilityList": [
"filters",
"massUpdate"
]
}
},
"params": [
{
"name": "disableFormatting",
"type": "bool"
}
],
"naming": "prefix",
"notMergeable": true,
"notCreatable": true,
"filter": false,
"skipOrmDefs": true
}