Initial commit
This commit is contained in:
33
application/Espo/Resources/metadata/fields/rangeInt.json
Normal file
33
application/Espo/Resources/metadata/fields/rangeInt.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user