Skip to content

Instantly share code, notes, and snippets.

@gjoseph
Last active August 29, 2015 14:13
Show Gist options
  • Save gjoseph/c7c58a86b6eabf390325 to your computer and use it in GitHub Desktop.
Save gjoseph/c7c58a86b6eabf390325 to your computer and use it in GitHub Desktop.
# This should be a DummyThing
name: myDummyWithListAndMap
title: 'Some title'
enabled: true
level: 4
modelClass: info.magnolia.config.dummy.DummyModel
someBeans:
- a: first
b: second
- a: third
b: fourth
someNumbers:
- 5.25
- 3.14
- 0.91
someOtherBeans:
key1:
a: key1-a
b: key1-b
key2:
a: key2-a
b: key2-b
someOtherStrings:
key1: 'Key ONE'
key2: 'Key TWO'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment