Added formatter

This commit is contained in:
Kasra Bigdeli
2020-06-23 18:57:05 -04:00
parent f431362499
commit b0dd2e829f
84 changed files with 2422 additions and 2549 deletions

View File

@@ -21,7 +21,8 @@
"start": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. \n\n For more details, see: https://github.com/vrana/adminer\n\n Enter your Adminer Configuration parameters and click on next. It will take about a minute for the process to finish.",
"end": "Adminer is deployed and available as $$cap_appname"
},
"variables": [{
"variables": [
{
"id": "$$cap_adminer_version",
"label": "Adminer Version Tag",
"description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/adminer/tags/",
@@ -41,5 +42,4 @@
"validRegex": "/^([a-zA-Z0-9-.\\s])*$/"
}
]
}