Remove url validation from summary widgets, webpage and hyperlink (#2312)
LGTM
This commit is contained in:
committed by
Andrew Henry
parent
350d3c92e7
commit
7c2e10ba0e
@@ -45,7 +45,6 @@ define([
|
|||||||
"key": "url",
|
"key": "url",
|
||||||
"name": "URL",
|
"name": "URL",
|
||||||
"control": "textfield",
|
"control": "textfield",
|
||||||
"pattern": "^(ftp|https?)\\:\\/\\/",
|
|
||||||
"required": true,
|
"required": true,
|
||||||
"cssClass": "l-input-lg"
|
"cssClass": "l-input-lg"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ define([
|
|||||||
"key": "url",
|
"key": "url",
|
||||||
"name": "URL",
|
"name": "URL",
|
||||||
"control": "textfield",
|
"control": "textfield",
|
||||||
"pattern": "^(ftp|https?)\\:\\/\\/",
|
|
||||||
"required": true,
|
"required": true,
|
||||||
"cssClass": "l-input-lg"
|
"cssClass": "l-input-lg"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ define([
|
|||||||
"key": "url",
|
"key": "url",
|
||||||
"name": "URL",
|
"name": "URL",
|
||||||
"control": "textfield",
|
"control": "textfield",
|
||||||
"pattern": "^(ftp|https?)\\:\\/\\/",
|
|
||||||
"required": false,
|
"required": false,
|
||||||
"cssClass": "l-input-lg"
|
"cssClass": "l-input-lg"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user