webhook use url type

This commit is contained in:
Yurii
2026-03-04 14:06:11 +02:00
parent 0fbfe21258
commit 4a60d17936
@@ -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"