Update wordpress.json

This commit is contained in:
Kasra Bigdeli
2018-12-27 23:21:31 -08:00
committed by GitHub
parent c7c77dc013
commit 9b3bc05bbd

View File

@ -65,15 +65,15 @@
{
"id": "$$cap_wp_version",
"label": "WordPress Version",
"defaultValue": "latest",
"description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/wordpress/tags/). Enter latest to get the latest version",
"defaultValue": "4.9",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/",
"validRegex": "/.{1,}/"
},
{
"id": "$$cap_mysql_version",
"label": "MySQL Version",
"defaultValue": "latest",
"description": "Checkout their docker page for the valid tags (https://hub.docker.com/r/library/mysql/tags/). Enter latest to get the latest version",
"defaultValue": "5.7",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/",
"validRegex": "/.{1,}/"
}]