42 lines
656 B
Markdown
42 lines
656 B
Markdown
|
---
|
||
|
gitea: none
|
||
|
include_toc: true
|
||
|
---
|
||
|
# dictionaries/rougail/00-base.yml
|
||
|
|
||
|
```yaml
|
||
|
---
|
||
|
general:
|
||
|
mode_conteneur_actif:
|
||
|
type: string
|
||
|
description: No change
|
||
|
default: non
|
||
|
general1:
|
||
|
leader:
|
||
|
description: leader
|
||
|
type: leadership
|
||
|
leader:
|
||
|
type: string
|
||
|
description: leader
|
||
|
follower1:
|
||
|
type: string
|
||
|
description: follower1
|
||
|
follower2:
|
||
|
type: string
|
||
|
description: follower2
|
||
|
version: '1.0'
|
||
|
```
|
||
|
# Example with all variables modifiable
|
||
|
|
||
|
```yaml
|
||
|
---
|
||
|
rougail:
|
||
|
general:
|
||
|
mode_conteneur_actif: non
|
||
|
general1:
|
||
|
leader:
|
||
|
- leader: example
|
||
|
follower1: example
|
||
|
follower2: example
|
||
|
```
|