Skip to content

Instantly share code, notes, and snippets.

@astrotars
Last active December 11, 2015 07:18
Show Gist options
  • Select an option

  • Save astrotars/4565311 to your computer and use it in GitHub Desktop.

Select an option

Save astrotars/4565311 to your computer and use it in GitHub Desktop.
{
"design" {
"elements": {
"form" {
"first_name": {
"type": "input",
"placeholder": "First Name",
"height": 20,
"width": 100
},
"last_name": {
"type": "input",
"placeholder": "Last Name",
"height": 20,
"width": 100
}
},
"success" {
"facebook": {
"title": "foo",
"message": "bar"
},
"twitter": {
"hashtag": "#foo"
"message": "bar"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment