rougail-output-doc/tests/docs/base/00_9default_calculation_optional_exists.adoc

40 lines
823 B
Text
Raw Normal View History

== dictionaries/rougail/00-base.yml
[,yaml]
----
---
version: 1.1
my_variable:
multi: true
default:
- val1
- val2
my_calculated_variable:
multi: true
default:
variable: _.my_variable
optional: true
----
2024-11-15 08:13:45 +01:00
== Variables for "Rougail"
[cols="1a,1a"]
|====
2024-11-15 08:13:45 +01:00
| Variable | Description
|
2024-11-15 08:13:45 +01:00
**rougail.my_variable** +
2024-11-15 08:13:45 +01:00
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
My_variable. +
**Default**:
* val1
2024-11-15 08:13:45 +01:00
* val2
|
2024-11-15 08:13:45 +01:00
**rougail.my_calculated_variable** +
2024-11-15 08:13:45 +01:00
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
My_calculated_variable. +
2024-11-15 08:13:45 +01:00
**Default**: the value of the variable "rougail.my_variable".
|====