mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-28 21:05:45 -05:00
18 lines
356 B
Text
18 lines
356 B
Text
|
---
|
||
|
syntax: "YAML map of anything"
|
||
|
example:
|
||
|
whats_this: "module-specific configuration"
|
||
|
from_where: "dummycpp.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"
|