Created
July 3, 2012 20:32
-
-
Save use/3042865 to your computer and use it in GitHub Desktop.
Madlibs Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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