changes module name and renders .archive-item-block class

This commit is contained in:
buttle 2021-09-06 19:29:26 +02:00
parent d57eb19a48
commit 79d366ca8c
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[info]
name = "Simple Carousel"
name = "Image Carrousel"
description = "Display carousels into pages"
tags = ""
license = "MIT"

View File

@ -34,7 +34,7 @@ class Carousel extends AbstractBlockLayout
}
public function getLabel() {
return 'Simple carousel';
return 'Image Carrousel';
}
public function form(PhpRenderer $view, SiteRepresentation $site,

View File

@ -15,7 +15,7 @@
}
</style>
<div class="archive-carousel">
<div class="archive-item-block archive-carousel">
<?php if ($renderSourceLink) { ?>
<div class="source-link">