15 lines
783 B
Text
15 lines
783 B
Text
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
| **condition** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | A condition. +
|
|
**Default**: false
|
|
| **variable1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `__disabled__` | A variable. +
|
|
**Default**: disabled +
|
|
**Disabled**: when the variable "a condition" has the value "true".
|
|
| **variable2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A second variable. +
|
|
**Disabled**: when the variable "a variable" is disabled or has the value "disabled".
|
|
|====
|
|
|