rougail-output-doc/tests/docs/examples/16_6exists_redefine_family.md

59 lines
766 B
Markdown
Raw Normal View History

2024-12-02 20:21:31 +01:00
---
gitea: none
include_toc: true
---
# dictionaries/rougail/01-base.yml
```yaml
---
version: '1.1'
family1:
exists: true
redefine: true
description: new description
family2:
exists: false
description: new description
family3:
exists: true
redefine: true
description: new description
```
# dictionaries/rougail/00-base.yml
```yaml
---
version: '1.1'
family1: # a family
variable1: # a variable
family2: # a second family
variable2: # a second variable
```
# Example with mandatory variables not filled in
```yaml
---
rougail:
family1:
variable1: example
family2:
variable2: example
```
# Example with all variables modifiable
```yaml
---
rougail:
family1:
variable1: example
family2:
variable2: example
```