--- 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 ```