Skip to content

3.0.2

Latest
Compare
Choose a tag to compare
@robiseb robiseb released this 18 Jan 11:43
1ed1fc4
  • Add real button HTML elements and its content in slider.twig
<button class="{{ classlist.prev }}" type="button" role="button">{{ navigationPrev | raw }}</button>
<button class="{{ classlist.next }}" type="button" role="button">{{ navigationNext | raw }}</button>