2025-10-14 12:58:39 +02:00
|
|
|
== New variables
|
|
|
|
|
|
|
|
|
|
[cols="1a,1a"]
|
|
|
|
|
|====
|
|
|
|
|
| Variable | Description
|
2025-11-12 19:33:56 +01:00
|
|
|
| **condition** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` | A condition. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Default**: true
|
2025-11-12 19:33:56 +01:00
|
|
|
| **variable** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A variable. +
|
2025-10-30 21:14:34 +01:00
|
|
|
**Disabled**: when the variable "condition" has the value "true"
|
2025-10-14 12:58:39 +02:00
|
|
|
|====
|
|
|
|
|
|