27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"params": [
|
|
{
|
|
"name": "required",
|
|
"type": "bool",
|
|
"default": false
|
|
},
|
|
{
|
|
"name": "maxLength",
|
|
"type": "int",
|
|
"max": 255
|
|
}
|
|
],
|
|
"validationList": [
|
|
"valid",
|
|
"maxLength"
|
|
],
|
|
"mandatoryValidationList": [
|
|
"valid",
|
|
"maxLength"
|
|
],
|
|
"notSortable": true,
|
|
"notCreatable": true,
|
|
"filter": false,
|
|
"validatorClassName": "Espo\\Classes\\FieldValidators\\PasswordType"
|
|
}
|