add slider block
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

This commit is contained in:
Julie Blanc 2026-02-19 13:38:01 +01:00
parent 7dad587062
commit c4724c8f8d
5 changed files with 54 additions and 2 deletions

View file

@ -262,6 +262,9 @@
<?php elseif ($block->type() === 'video'): ?>
<?php snippet('blocks/' . $block->type(), ['block' => $block]) ?>
<?php elseif ($block->type() === 'gallery'): ?>
<?php snippet('blocks/gallery', ['block' => $block]) ?>
<?php endif ?>
<?php endforeach ?>
</div>