some big beautiful update
This commit is contained in:
@@ -21,14 +21,16 @@
|
||||
"default": "Active"
|
||||
},
|
||||
"host": {
|
||||
"type": "varchar"
|
||||
"type": "varchar",
|
||||
"massUpdateDisabled": true
|
||||
},
|
||||
"port": {
|
||||
"type": "int",
|
||||
"min": 0,
|
||||
"max": 65535,
|
||||
"default": 993,
|
||||
"disableFormatting": true
|
||||
"disableFormatting": true,
|
||||
"massUpdateDisabled": true
|
||||
},
|
||||
"security": {
|
||||
"type": "enum",
|
||||
@@ -112,14 +114,16 @@
|
||||
"tooltip": true
|
||||
},
|
||||
"smtpHost": {
|
||||
"type": "varchar"
|
||||
"type": "varchar",
|
||||
"massUpdateDisabled": true
|
||||
},
|
||||
"smtpPort": {
|
||||
"type": "int",
|
||||
"min": 0,
|
||||
"max": 65535,
|
||||
"default": 587,
|
||||
"disableFormatting": true
|
||||
"disableFormatting": true,
|
||||
"massUpdateDisabled": true
|
||||
},
|
||||
"smtpAuth": {
|
||||
"type": "bool",
|
||||
|
||||
@@ -21,14 +21,16 @@
|
||||
"default": "Active"
|
||||
},
|
||||
"host": {
|
||||
"type": "varchar"
|
||||
"type": "varchar",
|
||||
"massUpdateDisabled": true
|
||||
},
|
||||
"port": {
|
||||
"type": "int",
|
||||
"min": 0,
|
||||
"max": 65535,
|
||||
"default": 993,
|
||||
"disableFormatting": true
|
||||
"disableFormatting": true,
|
||||
"massUpdateDisabled": true
|
||||
},
|
||||
"security": {
|
||||
"type": "enum",
|
||||
@@ -122,14 +124,16 @@
|
||||
"tooltip": true
|
||||
},
|
||||
"smtpHost": {
|
||||
"type": "varchar"
|
||||
"type": "varchar",
|
||||
"massUpdateDisabled": true
|
||||
},
|
||||
"smtpPort": {
|
||||
"type": "int",
|
||||
"min": 0,
|
||||
"max": 65535,
|
||||
"default": 587,
|
||||
"disableFormatting": true
|
||||
"disableFormatting": true,
|
||||
"massUpdateDisabled": true
|
||||
},
|
||||
"smtpAuth": {
|
||||
"type": "bool",
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
"type": "varchar",
|
||||
"maxLength": 512,
|
||||
"required": true,
|
||||
"copyToClipboard": true
|
||||
"copyToClipboard": true,
|
||||
"validatorClassNameList": [
|
||||
"Espo\\Classes\\FieldValidators\\Webhook\\Url\\NotInternal"
|
||||
]
|
||||
},
|
||||
"isActive": {
|
||||
"type": "bool",
|
||||
|
||||
Reference in New Issue
Block a user