Skip to content

Instantly share code, notes, and snippets.

@VojtechBartos
Created March 12, 2015 14:17
Show Gist options
  • Save VojtechBartos/87f8e0c20547c2f5fad8 to your computer and use it in GitHub Desktop.
Save VojtechBartos/87f8e0c20547c2f5fad8 to your computer and use it in GitHub Desktop.
Slide
{
"meta": {},
"data": [
{
"title": "Sleep Diary",
"orientation": "landscape",
"reference": "onboarding",
"phrases": [
{
"start": 0,
"length": 0.5,
"tracking": {},
"overlay": {
"type": "multi-text-input",
"title": "Title",
"data": {
"inputs": [
{
"reference": "email",
"type": "email",
"label": "Email address",
"placeholder": "Your email",
"value": "vojta@sleepio.com",
"keyboardType": "phonePad",
"returnKey": "done"
},
{
"reference": "password",
"type": "password",
"label": "Password",
"placeholder": "Your password",
"keyboardType": "twitter"
}
],
"buttons": [
{
"type": "text",
"title": "Open safari with Sleepio wev",
"action": {
"name": "url",
"url": "https://www.sleepio.com/"
}
},
{
"type": "button",
"title": "Link action with opening safari with Sleepio web on success",
"action": {
"name": "play"
}
}
]
}
},
"actions": [
"pause"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment