Remove restriction on tags, they might contain hyphons and etc.
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
"label": "Strapi Version",
|
||||
"defaultValue": "v3.0.0-alpha.14.5",
|
||||
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/strapi/strapi/tags/",
|
||||
"validRegex": "/.{1,}/"
|
||||
"validRegex": "/^([^\\s^\\/])+$/"
|
||||
},
|
||||
{
|
||||
"id": "$$cap_mongo_version",
|
||||
|
||||
Reference in New Issue
Block a user