19 lines
213 B
Markdown
19 lines
213 B
Markdown
|
# Example with mandatory variables not filled in
|
||
|
|
||
|
```yaml
|
||
|
---
|
||
|
condition:
|
||
|
- example
|
||
|
variable:
|
||
|
- example
|
||
|
```
|
||
|
# Example with all variables modifiable
|
||
|
|
||
|
```yaml
|
||
|
---
|
||
|
condition:
|
||
|
- example
|
||
|
variable:
|
||
|
- example
|
||
|
```
|