32 lines
628 B
Text
32 lines
628 B
Text
== New variables
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
|
|
**var1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
|
The variable. +
|
|
**Validator**: needs exactly 3 values +
|
|
**Default**:
|
|
|
|
* val1
|
|
* val2
|
|
* val3
|
|
|
|
|
|
|
**var2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
|
The variable. +
|
|
**Validators**:
|
|
|
|
* needs a minimum of 1 values
|
|
* needs a maximum of 4 values
|
|
|
|
**Default**:
|
|
|
|
* val4
|
|
* val5
|
|
|====
|
|
|