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