Improved regex for url validation

This commit is contained in:
Alicia Sykes 2021-10-26 22:47:25 +01:00
parent 26f464f2b3
commit 2190b6eb84
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
"title": "App Logo",
"type": "string",
"description": "Path to an optional image asset, to be displayed in the header",
"pattern": "^(http|/)",
"pattern": "^(http|/)(.*?)",
"examples": [
"/web-icons/dashy-logo.png",
"https://i.ibb.co/yhbt6CY/dashy.png"