18 lines
229 B
Text
18 lines
229 B
Text
|
|
== Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
[,yaml]
|
||
|
|
----
|
||
|
|
---
|
||
|
|
variable1: example
|
||
|
|
variable2: example
|
||
|
|
----
|
||
|
|
== Example with all variables modifiable
|
||
|
|
|
||
|
|
[,yaml]
|
||
|
|
----
|
||
|
|
---
|
||
|
|
condition: true
|
||
|
|
variable1: example
|
||
|
|
variable2: example
|
||
|
|
----
|