21 lines
522 B
Text
21 lines
522 B
Text
== Variables
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
|
|
**var1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
|
A first variable. +
|
|
**Validator**: var1 must be different than var2. +
|
|
**Default**: oui +
|
|
**Example**: another_value
|
|
|
|
|
|
|
**var2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
|
A second variable. +
|
|
**Default**: no
|
|
|====
|
|
|