webhook use url type
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
"view": "views/webhook/fields/event"
|
||||
},
|
||||
"url": {
|
||||
"type": "varchar",
|
||||
"type": "url",
|
||||
"maxLength": 512,
|
||||
"required": true,
|
||||
"protocolRequired": true,
|
||||
"copyToClipboard": true,
|
||||
"validatorClassNameList": [
|
||||
"Espo\\Classes\\FieldValidators\\Webhook\\Url\\NotInternal"
|
||||
|
||||
Reference in New Issue
Block a user