14 lines
253 B
Markdown
14 lines
253 B
Markdown
|
|
# Example with mandatory variables not filled in
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
variable: example # A variable
|
||
|
|
```
|
||
|
|
# Example with all variables modifiable
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
---
|
||
|
|
condition: true # A condition
|
||
|
|
variable: example # A variable
|
||
|
|
```
|