Update wordpress.json
This commit is contained in:
parent
c7c77dc013
commit
9b3bc05bbd
|
|
@ -65,15 +65,15 @@
|
||||||
{
|
{
|
||||||
"id": "$$cap_wp_version",
|
"id": "$$cap_wp_version",
|
||||||
"label": "WordPress Version",
|
"label": "WordPress Version",
|
||||||
"defaultValue": "latest",
|
"defaultValue": "4.9",
|
||||||
"description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/wordpress/tags/). Enter latest to get the latest version",
|
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/",
|
||||||
"validRegex": "/.{1,}/"
|
"validRegex": "/.{1,}/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "$$cap_mysql_version",
|
"id": "$$cap_mysql_version",
|
||||||
"label": "MySQL Version",
|
"label": "MySQL Version",
|
||||||
"defaultValue": "latest",
|
"defaultValue": "5.7",
|
||||||
"description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/mysql/tags/). Enter latest to get the latest version",
|
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/",
|
||||||
"validRegex": "/.{1,}/"
|
"validRegex": "/.{1,}/"
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue