2019-10-17 17:59:39 -04:00

20 lines
601 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"