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
2023-04-10 15:17:06 +03:00

28 lines
535 B
JSON

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