22 lines
230 B
Text
22 lines
230 B
Text
== Example with mandatory variables not filled in
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
rougail:
|
|
custom1:
|
|
- example
|
|
----
|
|
|
|
|
|
== Example with all variables modifiable
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
rougail:
|
|
custom1:
|
|
- example
|
|
custom2:
|
|
- value
|
|
----
|