Jonathan Abbett 60dcd0dd31
Don't start a tour if the first step's attachTo isn't present
Resolves #28, includes documentation note about step-skipping behavior.
2020-01-09 07:39:29 -05:00

15 lines
292 B
YAML

tour_one:
steps:
1:
title: "TOUR ONE step one ENGLISH"
text: "we show this on your first visit"
attachTo:
element: "p"
placement: "top"
tour_two:
steps:
1:
title: "TOUR TWO step one ENGLISH"
text: "we show this on your second visit"