2025-10-30 21:14:34 +01:00
|
|
|
== Example with mandatory variables not filled in
|
|
|
|
|
|
|
|
|
|
[,yaml]
|
|
|
|
|
----
|
|
|
|
|
---
|
2025-11-12 19:33:56 +01:00
|
|
|
general:
|
|
|
|
|
int: 5
|
2025-10-30 21:14:34 +01:00
|
|
|
----
|
|
|
|
|
== Example with all variables modifiable
|
|
|
|
|
|
|
|
|
|
[,yaml]
|
|
|
|
|
----
|
|
|
|
|
---
|
2025-11-12 19:33:56 +01:00
|
|
|
general:
|
|
|
|
|
int: 5
|
|
|
|
|
int2: 1
|
2025-10-30 21:14:34 +01:00
|
|
|
----
|