Upgrade to rc5
This commit is contained in:
9
kirby/config/blocks/gallery/gallery.php
Executable file
9
kirby/config/blocks/gallery/gallery.php
Executable file
@@ -0,0 +1,9 @@
|
||||
<figure>
|
||||
<ul>
|
||||
<?php foreach ($block->images()->toFiles() as $image): ?>
|
||||
<li>
|
||||
<?= $image ?>
|
||||
</li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
</figure>
|
Reference in New Issue
Block a user