Initial commit
This commit is contained in:
46
application/Espo/Resources/metadata/fields/arrayInt.json
Normal file
46
application/Espo/Resources/metadata/fields/arrayInt.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"params":[
|
||||
{
|
||||
"name":"required",
|
||||
"type":"bool",
|
||||
"default":false
|
||||
},
|
||||
{
|
||||
"name":"options",
|
||||
"type":"arrayInt"
|
||||
},
|
||||
{
|
||||
"name":"translation",
|
||||
"type":"varchar",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"name": "noEmptyString",
|
||||
"type": "bool",
|
||||
"default": false
|
||||
},
|
||||
{
|
||||
"name":"audited",
|
||||
"type":"bool"
|
||||
},
|
||||
{
|
||||
"name":"readOnly",
|
||||
"type":"bool"
|
||||
},
|
||||
{
|
||||
"name": "readOnlyAfterCreate",
|
||||
"type": "bool"
|
||||
}
|
||||
],
|
||||
"validationList": [
|
||||
"array"
|
||||
],
|
||||
"mandatoryValidationList": [
|
||||
"array"
|
||||
],
|
||||
"filter": true,
|
||||
"notCreatable": true,
|
||||
"fieldDefs":{
|
||||
"type":"jsonArray"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user