Initial commit
This commit is contained in:
52
application/Espo/Resources/metadata/fields/int.json
Normal file
52
application/Espo/Resources/metadata/fields/int.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"params": [
|
||||
{
|
||||
"name": "required",
|
||||
"type": "bool",
|
||||
"default": false
|
||||
},
|
||||
{
|
||||
"name": "default",
|
||||
"type": "int"
|
||||
},
|
||||
{
|
||||
"name": "min",
|
||||
"type": "int",
|
||||
"view": "views/admin/field-manager/fields/int/max"
|
||||
},
|
||||
{
|
||||
"name": "max",
|
||||
"type": "int",
|
||||
"view": "views/admin/field-manager/fields/int/max"
|
||||
},
|
||||
{
|
||||
"name": "disableFormatting",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "audited",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "readOnly",
|
||||
"type": "bool"
|
||||
},
|
||||
{
|
||||
"name": "readOnlyAfterCreate",
|
||||
"type": "bool"
|
||||
}
|
||||
],
|
||||
"validationList": [
|
||||
"required",
|
||||
"min",
|
||||
"max"
|
||||
],
|
||||
"mandatoryValidationList": [
|
||||
"valid",
|
||||
"rangeInternal"
|
||||
],
|
||||
"filter": true,
|
||||
"textFilter": true,
|
||||
"textFilterForeign": true,
|
||||
"personalData": true
|
||||
}
|
||||
Reference in New Issue
Block a user