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
Yuri Kuznetsov 66ecf7794e options ref
2023-04-11 14:10:38 +03:00

74 lines
1.6 KiB
JSON

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