17 lines
183 B
Text
17 lines
183 B
Text
== Example with mandatory variables not filled in
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
general:
|
|
int: 5
|
|
----
|
|
== Example with all variables modifiable
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
general:
|
|
int: 5
|
|
int2: 1
|
|
----
|