Remove url validation from summary widgets, webpage and hyperlink (#2312)

LGTM
This commit is contained in:
Deep Tailor 2019-03-18 09:45:38 -07:00 committed by Andrew Henry
parent 350d3c92e7
commit 7c2e10ba0e
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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