Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. {
  2. name: "Chin tuck",
  3. length: "2 min",
  4. pages: [
  5. {
  6. type: "interstitial",
  7. blurb: ["No worries.", "Let's start with a two minute stretch","to help you relax and straighten"],
  8. image: "/images/demoThreePage/demoThreeIllustration.svg",
  9. buttonOneText: "Start session",
  10. buttonOneType: "advance"
  11. },
  12. {
  13. type: "interstitial",
  14. blurb: ["video page","is on the next page"],
  15. image: "/images/demoThreePage/demoThreeIllustration.svg",
  16. buttonOneText: "Watch video",
  17. buttonOneType: "advance"
  18. },
  19. {
  20. type: "video",
  21. videoUrl: "https://content.jwplatform.com/videos/fDdYurkw-EGp6QPLm.mp4",
  22. buttonOneText: "Next",
  23. buttonOneType: "advance"
  24. },
  25. {
  26. type: "interstitial",
  27. blurb: ["The last page","press the next button", " the database will mark you", "as finished"],
  28. image: "/images/demoThreePage/demoThreeIllustration.svg",
  29. buttonOneText: "Done!",
  30. buttonOneType: "both"
  31. },
  32. ]
  33. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement