source:
calamares/trunk/fuentes/src/modules/dummypythonqt/dummypythonqt.conf
@
7538
Last change on this file since 7538 was 7538, checked in by , 18 months ago | |
---|---|
File size: 362 bytes |
Line | |
---|---|
1 | --- |
2 | syntax: "YAML map of anything" |
3 | example: |
4 | whats_this: "module-specific configuration" |
5 | from_where: "dummypythonqt.conf" |
6 | a_list: |
7 | - "item1" |
8 | - "item2" |
9 | - "item3" |
10 | - "item4" |
11 | a_list_of_maps: |
12 | - name: "an Item" |
13 | contents: |
14 | - "an element" |
15 | - "another element" |
16 | - name: "another item" |
17 | contents: |
18 | - "not much" |
Note: See TracBrowser
for help on using the repository browser.