last bullet item reads: {switch="one|two|three"} - this variable permits you to rotate through any number of values as the list rows are displayed. The first row will use "one", the second will use "two", the third "option_three", the fourth "option_one", and so on.
Shouldn't it be third "three", the fourth "one"? I don't see where option-underscore (option_) comes from.
In this section, on exp:stash:get_list, under the single variables bullet list: https://github.com/croxton/Stash#single-variables
last bullet item reads: {switch="one|two|three"} - this variable permits you to rotate through any number of values as the list rows are displayed. The first row will use "one", the second will use "two", the third "option_three", the fourth "option_one", and so on.
Shouldn't it be third "three", the fourth "one"? I don't see where option-underscore (option_) comes from.