16 lines
597 B
Text
16 lines
597 B
Text
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
| **condition** +
|
|
`boolean` `standard` `mandatory` | A condition. +
|
|
**Default**: false
|
|
| **var1** +
|
|
`string` `standard` | A first variable.
|
|
| **var3** +
|
|
`string` `standard` `__hidden__` | A second variable. +
|
|
**Hidden**: when the variable "condition" is defined and has the value "true"
|
|
| **var4** +
|
|
`string` `standard` `__hidden__` | A forth variable. +
|
|
**Hidden**: when the variable "condition" is defined and has the value "true"
|
|
|====
|
|
|