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

34 lines
892 B
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.0'
empty:
----
== Variables for "rougail"
[cols="105a,105a",options="header"]
|====
| Variable | Description
|
**rougail.empty** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
Empty.
|====
== Example with mandatory variables not filled in
[,yaml]
----
rougail:
empty: example
----
== Example with all variables modifiable
[,yaml]
----
rougail:
empty: example
----