rougail-output-doc/tests/results/test_namespace_examples/24_0family_hidden_condition.adoc

19 lines
476 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
rougail: # Rougail
family: # Possibly hidden family
var1: example # A variable
----
== Example with all variables modifiable
[,yaml]
----
---
rougail: # Rougail
condition: no # The variable use has condition
family: # Possibly hidden family
var1: example # A variable
----