17 lines
291 B
Text
17 lines
291 B
Text
== Example with mandatory variables not filled in
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
variable: # A variable
|
|
- example
|
|
----
|
|
== Example with all variables modifiable
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
condition: false # A condition
|
|
variable: # A variable
|
|
- example
|
|
----
|