Skip to content

Instantly share code, notes, and snippets.

@use
Created July 3, 2012 20:32
Show Gist options
  • Save use/3042865 to your computer and use it in GitHub Desktop.
Save use/3042865 to your computer and use it in GitHub Desktop.
Madlibs Config
{
"madlibs": [
{
"title": "The Walking Story",
"text": "One day :name went for a walk to :place",
"fields": [
{
"title": "Someone's name",
"label": ":name"
},
{
"title": "Your favorite place",
"label": ":place"
}
]
},
{
"title": "The Talking Story",
"text": ":name1 talked to :name2",
"fields": [
{
"title": "Someone's name",
"label": ":name1"
},
{
"title": "Someone else's name",
"label": ":name2"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment