2026-01-27 16:08:39 +01:00
|
|
|
[cols="1a,1a"]
|
|
|
|
|
|====
|
|
|
|
|
| Variable | Description
|
|
|
|
|
| **condition** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | A condition. +
|
|
|
|
|
**Default**: true
|
|
|
|
|
| **variable1** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A variable. +
|
|
|
|
|
**Disabled**: when the variable "condition" has the value "true"
|
|
|
|
|
| **variable2** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A second variable. +
|
2026-01-28 08:28:56 +01:00
|
|
|
**Disabled**: when the variable "variable1" is "disabled"
|
2026-01-27 16:08:39 +01:00
|
|
|
|====
|
|
|
|
|
|