Skip to content

Instantly share code, notes, and snippets.

@rnjailamba
Created September 13, 2021 08:33
Show Gist options
  • Save rnjailamba/dc6e5816dafc1a655dd536d318365df0 to your computer and use it in GitHub Desktop.
Save rnjailamba/dc6e5816dafc1a655dd536d318365df0 to your computer and use it in GitHub Desktop.
Welcome Array
{
"modules": [
{
"type": "welcome",
"name": "welcome",
"screens": [
{
"type": "image_text",
"image": "img.com",
"image_text": "Traveling to the Multiverse, one moment please...",
"carla_speaks_text": "no",
"next_type": "screen_array",
"next_mode": "late_logic",
"next": "continue",
"slide_no": 7
},
{
"type": "carla_optional_welcome_text",
"gray_heading_first": "Welcome to the Multiverse!",
"gray_heading_non_first": "Welcome Back, nice to see you again.",
"gray_text": "My name is Carla and I’ll be your host for today.",
"next_type": "prejoin_array",
"next_mode": "automatic",
"next": "continue",
"slide_no": 8
},
{
{
"type": "carla_text_two_levels",
"gray_text_top": "Sorry, but the portals to the Multiverse closed at 9:05!",
"gray_text_below": "Check Slack for updates on all upcoming sessions",
"next_type": "none",
"next_mode": "none",
"next": "end",
"slide_no": 2
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment