16 lines
726 B
Text
16 lines
726 B
Text
== New variables
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
| **condition** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A conditional variable. +
|
|
**Default**: no
|
|
| **variable1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A first variable. +
|
|
**Disabled**: if condition is egal to "yes"
|
|
| **variable2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A seconde variable. +
|
|
**Disabled**: if condition is not egal to "yes"
|
|
|====
|
|
|