29 lines
798 B
YAML
29 lines
798 B
YAML
intro:
|
|
steps:
|
|
1:
|
|
text: "ENGLISH This first HOME step is centered text-only"
|
|
2:
|
|
title: "ENGLISH This step has a title"
|
|
text: "ENGLISH This intermediate step has some text"
|
|
3:
|
|
title: "ENGLISH A missing step"
|
|
text: "ENGLISH Refers to an element that won't exist on the page, should skip to 4"
|
|
attachTo:
|
|
element: "#i-dont-exist"
|
|
placement: "right"
|
|
4:
|
|
title: "ENGLISH The final step"
|
|
text: "ENGLISH Some text here too, and it's attached to the right"
|
|
attachTo:
|
|
element: ".notice-me"
|
|
placement: "right"
|
|
a_manual_tour:
|
|
trigger: manual
|
|
steps:
|
|
1:
|
|
text: "You triggered the manual tour"
|
|
another_manual_tour:
|
|
trigger: manual
|
|
steps:
|
|
1:
|
|
text: "You triggered the OTHER manual tour" |