diff --git a/platform/features/pages/bundle.json b/platform/features/pages/bundle.json index 3b4d658146..f1d559dde7 100644 --- a/platform/features/pages/bundle.json +++ b/platform/features/pages/bundle.json @@ -9,7 +9,9 @@ { "key": "url", "name": "URL", - "control": "textfield" + "control": "textfield", + "pattern": "^(ftp|https?)\\:\\/\\/\\w+(\\.\\w+)*(\\:\\d+)?(\\/\\S*)*$", + "required": true } ] }