19 lines
361 B
YAML
19 lines
361 B
YAML
---
|
|
syntax: "YAML map of anything"
|
|
example:
|
|
whats_this: "fake global storage contents"
|
|
from_where: "globalStorage.yaml"
|
|
a_list:
|
|
- "item1"
|
|
- "item2"
|
|
- "item3"
|
|
- "item4"
|
|
a_list_of_maps:
|
|
- name: "an Item"
|
|
contents:
|
|
- "an element"
|
|
- "another element"
|
|
- name: "another item"
|
|
contents:
|
|
- "not much"
|