766 B
766 B
Table of Contents
dictionaries/rougail/01-base.yml
---
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
---
version: '1.1'
family1: # a family
variable1: # a variable
family2: # a second family
variable2: # a second variable
Example with mandatory variables not filled in
---
rougail:
family1:
variable1: example
family2:
variable2: example
Example with all variables modifiable
---
rougail:
family1:
variable1: example
family2:
variable2: example