Initial commit
This commit is contained in:
27
application/Espo/Resources/metadata/fields/rangeFloat.json
Normal file
27
application/Espo/Resources/metadata/fields/rangeFloat.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"actualFields": [
|
||||
"from",
|
||||
"to"
|
||||
],
|
||||
"fields": {
|
||||
"from": {
|
||||
"type": "float",
|
||||
"layoutAvailabilityList": [
|
||||
"filters",
|
||||
"massUpdate"
|
||||
]
|
||||
},
|
||||
"to": {
|
||||
"type": "float",
|
||||
"layoutAvailabilityList": [
|
||||
"filters",
|
||||
"massUpdate"
|
||||
]
|
||||
}
|
||||
},
|
||||
"naming": "prefix",
|
||||
"notMergeable": true,
|
||||
"notCreatable": true,
|
||||
"filter": false,
|
||||
"skipOrmDefs": true
|
||||
}
|
||||
Reference in New Issue
Block a user