Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -16,5 +16,20 @@ The mandatory template.json file's structure is the following.
|
||||
- "name" - the name of the application, must be the same as the directory name
|
||||
- "fields" - array of used variables by service
|
||||
|
||||
An element of fields can contain the following keys.
|
||||
- description
|
||||
- key
|
||||
- value
|
||||
- required
|
||||
- type
|
||||
- generated
|
||||
|
||||
For example:
|
||||
{
|
||||
"description": "Please add Nextcloud password:",
|
||||
"key": "NEXTCLOUD_PASSWORD",
|
||||
"value": "",
|
||||
"required": "true",
|
||||
"type": "password"
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user