diff --git a/src/modules/global_storage.yaml b/src/modules/global_storage.yaml new file mode 100644 index 000000000..2bb7e744d --- /dev/null +++ b/src/modules/global_storage.yaml @@ -0,0 +1,18 @@ +--- +syntax: "YAML map of anything" +example: + whats_this: "fake global storage contents" + from_where: "global_storage.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" \ No newline at end of file