URL validation Removed (#2219)

* Removed Regex from Hypelink Bundle
This commit is contained in:
Aayush Arora (angularboy) 2018-11-27 21:56:06 +05:30 committed by Pete Richards
parent e5fe8fd975
commit 1b31a472a5

View File

@ -45,7 +45,6 @@ define([
"key": "url",
"name": "URL",
"control": "textfield",
"pattern": "^(ftp|https?)\\:\\/\\/",
"required": true,
"cssClass": "l-input-lg"
},