changes module name and renders .archive-item-block class
This commit is contained in:
parent
d57eb19a48
commit
79d366ca8c
|
@ -1,5 +1,5 @@
|
||||||
[info]
|
[info]
|
||||||
name = "Simple Carousel"
|
name = "Image Carrousel"
|
||||||
description = "Display carousels into pages"
|
description = "Display carousels into pages"
|
||||||
tags = ""
|
tags = ""
|
||||||
license = "MIT"
|
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"
|
support_link = "https://github.com/Neo-Inspiration/Omeka-S-SimpleCarousel/issues"
|
||||||
configurable = false
|
configurable = false
|
||||||
version = "1.3.0"
|
version = "1.3.0"
|
||||||
omeka_version_constraint = "^3.0.0"
|
omeka_version_constraint = "^3.0.0"
|
||||||
|
|
|
@ -34,7 +34,7 @@ class Carousel extends AbstractBlockLayout
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLabel() {
|
public function getLabel() {
|
||||||
return 'Simple carousel';
|
return 'Image Carrousel';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function form(PhpRenderer $view, SiteRepresentation $site,
|
public function form(PhpRenderer $view, SiteRepresentation $site,
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="archive-carousel">
|
<div class="archive-item-block archive-carousel">
|
||||||
|
|
||||||
<?php if ($renderSourceLink) { ?>
|
<?php if ($renderSourceLink) { ?>
|
||||||
<div class="source-link">
|
<div class="source-link">
|
||||||
|
|
Loading…
Reference in New Issue