type is redundant, removed
This commit is contained in:
@ -7,5 +7,5 @@ Process:
|
||||
- Variables are prefixed with `$$cap`
|
||||
- There is one special variable called `$$cap_appname$$` which exists for all oneclick apps
|
||||
- Varibles can be anywhere in the JSON and they will be replaced by what user enters
|
||||
- Each variable must have `id`, `type`, `label`. It may also have `defaultValue`, `validRegex`, `description`.
|
||||
- Each variable must have `id`, `label`. It may also have `defaultValue`, `validRegex`, `description`.
|
||||
- Other than `image`, `environment`, `ports`, `volumes`, `depends_on`, other parameters are ignored. Make sure they are not important.
|
||||
|
||||
Reference in New Issue
Block a user