Rename the field comment to description

This commit is contained in:
Anthony Lapenna
2016-08-23 18:54:02 +12:00
parent 9e3d4b6dc5
commit e6c2d0d1d2
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ It must consist of an array with every template definition consisting of one ele
A template element must be a *JSON* object with the following mandatory fields:
* title: Title of the template
* comment: Description of the template
* description: Description of the template
* logo: URL for the template logo
* image: the Docker image associated to the template
@@ -31,7 +31,7 @@ Each port will be automatically bound on the host by Docker when starting the co
```json
{
"title": "MySQL",
"comment": "The most popular open-source database",
"description": "The most popular open-source database",
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/640px-MySQL.svg.png",
"image": "mysql:latest",
"env": [

View File

@@ -1,7 +1,7 @@
[
{
"title": "MySQL",
"comment": "The most popular open-source database",
"description": "The most popular open-source database",
"logo": "https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/640px-MySQL.svg.png",
"image": "mysql:latest",
"env": [
@@ -14,7 +14,7 @@
},
{
"title": "WordPress",
"comment": "A free and open-source CMS",
"description": "A free and open-source CMS",
"logo": "https://s.w.org/about/images/logos/wordpress-logo-simplified-rgb.png",
"image": "wordpress:latest",
"env": [