9.6 KiB
9.6 KiB
Table of Contents
Variables for "Rougail"
Variable | Description |
---|---|
rougail.var1choice basic mandatory |
The first variable. Choices: - a - b - c |
rougail.var2choice basic mandatory |
The second variable. Choices: - a - b - c |
rougail.var3choice standard |
The third variable. Choices: - a - b - c - null |
rougail.var4choice standard |
The forth variable. Choices: - null - b - c |
rougail.var5choice standard mandatory |
The fifth variable. Choices: - a ← (default) - b - c |
rougail.var6choice standard mandatory |
The sixth variable. Choices: - 1 ← (default) - 2 - 3 |
Example with mandatory variables not filled in
---
rougail:
var1: a_choice
var2: a_choice
Example with all variables modifiable
---
rougail:
var1: a_choice
var2: a_choice
var3: a_choice
var4: a_choice
var5: a
var6: 1