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/array.json
T
2015-03-18 15:44:48 +02:00

29 lines
478 B
JSON

{
"params":[
{
"name":"required",
"type":"bool",
"default":false
},
{
"name":"options",
"type":"array"
},
{
"name":"translation",
"type":"varchar",
"hidden": true
},
{
"name": "noEmptyString",
"type": "bool",
"default": false
}
],
"filter": true,
"notCreatable": false,
"fieldDefs":{
"type":"jsonArray"
}
}