rougail-output-doc/tests/docs/examples/20_0multi_family_order.md

41 lines
644 B
Markdown
Raw Normal View History

2024-11-15 08:13:45 +01:00
---
gitea: none
include_toc: true
---
# dictionaries/rougail/00-base.yml
```yaml
---
version: '1.1'
variable: # a variable
family: # a family
variable1: # a first variable
subfamily: # a sub family
variable: # a variable
variable2: # a second variable
```
# Example with mandatory variables not filled in
```yaml
---
rougail:
variable: example
family:
variable1: example
subfamily:
variable: example
variable2: example
```
# Example with all variables modifiable
```yaml
---
rougail:
variable: example
family:
variable1: example
subfamily:
variable: example
variable2: example
```