wingsuit-designsystem / wingsuit

Twig for Storybook
GNU General Public License v2.0
92 stars 16 forks source link

Glidejs slider does not display the first slide #126

Closed GiorgosK closed 3 years ago

GiorgosK commented 3 years ago

Describe the bug Even when testing with storybook you can see 1 less slide

if you remove the {% if key != "region_label" %} condition all the slides display correctly

what is this condition for ?

christianwiedemann commented 3 years ago

@GiorgosK We used the pattern as a section in layout builder and looping through all blocks. The first block is the label. We want to skip this. The question is why is not working in storybook. That is strange. Will check that.

christianwiedemann commented 3 years ago

@GiorgosK Works for me now. Will close this issue. Please reopen it if you have still this issue. Thanks for reporting!