rougail-output-doc/tests/results/test_examples/24_7validators_variable_optional.adoc

17 lines
364 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
general: # A family
int: 5 # A first integer
----
== Example with all variables modifiable
[,yaml]
----
---
general: # A family
int: 5 # A first integer
int2: 1 # A second integer
----