16 lines
757 B
Text
16 lines
757 B
Text
== New variables
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
| **a_family.a_second_family.a_variable** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `mandatory` | A boolean variable. +
|
|
**Default**: true
|
|
| **a_family.an_other_family.a_variable** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `mandatory` | A new variable. +
|
|
**Default**: the value of the variable "a root variable"
|
|
| **a_family.an_other_family.a_new_variable** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `mandatory` | A new variable 2. +
|
|
**Default**: the value of "a root variable".
|
|
|====
|
|
|