17 lines
364 B
Text
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
|
|
----
|