From 79d366ca8c857a878d9f5891f5da8fbe758feef7 Mon Sep 17 00:00:00 2001 From: buttle Date: Mon, 6 Sep 2021 19:29:26 +0200 Subject: [PATCH] changes module name and renders .archive-item-block class --- config/module.ini | 4 ++-- src/Site/BlockLayout/Carousel.php | 2 +- view/common/block-layout/simple-carousel.phtml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/module.ini b/config/module.ini index 93bed85..3db6fa6 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,5 +1,5 @@ [info] -name = "Simple Carousel" +name = "Image Carrousel" description = "Display carousels into pages" tags = "" license = "MIT" @@ -9,4 +9,4 @@ module_link = "https://github.com/Neo-Inspiration/Omeka-S-SimpleCarousel" support_link = "https://github.com/Neo-Inspiration/Omeka-S-SimpleCarousel/issues" configurable = false version = "1.3.0" -omeka_version_constraint = "^3.0.0" \ No newline at end of file +omeka_version_constraint = "^3.0.0" diff --git a/src/Site/BlockLayout/Carousel.php b/src/Site/BlockLayout/Carousel.php index e41b2d9..045157e 100644 --- a/src/Site/BlockLayout/Carousel.php +++ b/src/Site/BlockLayout/Carousel.php @@ -34,7 +34,7 @@ class Carousel extends AbstractBlockLayout } public function getLabel() { - return 'Simple carousel'; + return 'Image Carrousel'; } public function form(PhpRenderer $view, SiteRepresentation $site, diff --git a/view/common/block-layout/simple-carousel.phtml b/view/common/block-layout/simple-carousel.phtml index 3b3cbe0..53567ee 100644 --- a/view/common/block-layout/simple-carousel.phtml +++ b/view/common/block-layout/simple-carousel.phtml @@ -15,7 +15,7 @@ } -