20 lines
599 B
YAML
20 lines
599 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"
|
|
position: "right"
|
|
4:
|
|
title: "ENGLISH The final step"
|
|
text: "ENGLISH Some text here too, and it's attached to the right"
|
|
attachTo:
|
|
element: ".notice-me"
|
|
position: "right"
|