calamares/src/modules/dummypythonqt/dummypythonqt.conf
2016-12-16 17:03:00 +01:00

19 lines
362 B
Plaintext

---
syntax: "YAML map of anything"
example:
whats_this: "module-specific configuration"
from_where: "dummypythonqt.conf"
a_list:
- "item1"
- "item2"
- "item3"
- "item4"
a_list_of_maps:
- name: "an Item"
contents:
- "an element"
- "another element"
- name: "another item"
contents:
- "not much"