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/checklist.json
T
2019-09-11 15:26:14 +03:00

53 lines
1007 B
JSON

{
"params": [
{
"name": "required",
"type": "bool",
"default": false
},
{
"name": "options",
"type": "array",
"view": "views/admin/field-manager/fields/options",
"noEmptyString": true,
"required": true
},
{
"name":"isSorted",
"type":"bool"
},
{
"name": "translation",
"type": "varchar",
"hidden": true
},
{
"name": "maxCount",
"type": "int",
"min": 1
},
{
"name": "audited",
"type": "bool"
},
{
"name": "readOnly",
"type": "bool"
}
],
"validationList": [
"required",
"maxCount"
],
"filter": true,
"notCreatable": false,
"notSortable": true,
"fieldDefs": {
"type":"jsonArray",
"storeArrayValues": true
},
"translatedOptions": true,
"dynamicLogicOptions": true,
"personalData": true
}