32 lines
420 B
Markdown
32 lines
420 B
Markdown
|
---
|
||
|
gitea: none
|
||
|
include_toc: true
|
||
|
---
|
||
|
# dictionaries/rougail/00-base.yml
|
||
|
|
||
|
```yaml
|
||
|
---
|
||
|
version: 1.1
|
||
|
my_calculated_variable:
|
||
|
multi: true
|
||
|
default:
|
||
|
variable: _.my_variable
|
||
|
optional: true
|
||
|
```
|
||
|
# Example with mandatory variables not filled in
|
||
|
|
||
|
```yaml
|
||
|
---
|
||
|
rougail:
|
||
|
my_calculated_variable:
|
||
|
- example
|
||
|
```
|
||
|
# Example with all variables modifiable
|
||
|
|
||
|
```yaml
|
||
|
---
|
||
|
rougail:
|
||
|
my_calculated_variable:
|
||
|
- example
|
||
|
```
|