20 lines
575 B
YAML
20 lines
575 B
YAML
intro:
|
|
steps:
|
|
1:
|
|
text: "SPANISH This first HOME step is centered text-only"
|
|
2:
|
|
title: "SPANISH This step has a title"
|
|
text: "This intermediate step has some text"
|
|
3:
|
|
title: "SPANISH A missing step"
|
|
text: "Refers to an element that won't exist on the page, should skip to 4"
|
|
attachTo:
|
|
element: "#i-dont-exist"
|
|
position: "right"
|
|
4:
|
|
title: "SPANISH The final step"
|
|
text: "Some text here too, and it's attached to the right"
|
|
attachTo:
|
|
element: ".notice-me"
|
|
position: "right"
|