Initial commit
This commit is contained in:
87
application/Espo/Resources/metadata/fields/checklist.json
Normal file
87
application/Espo/Resources/metadata/fields/checklist.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"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": "default",
|
||||
"type": "multiEnum",
|
||||
"view": "views/admin/field-manager/fields/options/default-multi"
|
||||
},
|
||||
{
|
||||
"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": "readOnlyAfterCreate",
|
||||
"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,
|
||||
"sanitizerClassNameList": [
|
||||
"Espo\\Classes\\FieldSanitizers\\ArrayFromNull",
|
||||
"Espo\\Classes\\FieldSanitizers\\ArrayStringTrim"
|
||||
],
|
||||
"default": []
|
||||
}
|
||||
Reference in New Issue
Block a user