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/password.json
T
2022-07-15 11:21:25 +03:00

27 lines
530 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"
}