2025-10-27 21:59:39 +01:00
|
|
|
# Example with all variables modifiable
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
---
|
2025-10-30 21:14:34 +01:00
|
|
|
a_family:
|
|
|
|
|
an_other_family:
|
2025-10-27 21:59:39 +01:00
|
|
|
a_variable: 2
|
2026-03-29 12:42:01 +02:00
|
|
|
a_new_variable: '2'
|
2025-10-27 21:59:39 +01:00
|
|
|
```
|