Skip to content

Commit e97e921

Browse files
committed
[FIX] tx_hhslider_responsive_part description from tiny-slider to swiper
1 parent 84cc001 commit e97e921

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Resources/Private/Language/locallang_db.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<source>JSON for responsive option of the slider - HAVE TO BE IN JSON syntax (so with quotes)!</source>
133133
</trans-unit>
134134
<trans-unit id="tt_content.tx_hhslider_responsive_part.description" xml:space="preserve">
135-
<source>https://github.com/ganlanyuan/tiny-slider#user-content-responsive-options - For example: {"1024": { "items": 2, "gutter": 20 }}</source>
135+
<source>https://swiperjs.com/swiper-api#param-breakpoints - For example: {"1024": { "slidesPerView": 2, "spaceBetween": 20 }}</source>
136136
</trans-unit>
137137
<trans-unit id="tt_content.tx_hhslider_sorting" xml:space="preserve">
138138
<source>Files sorting</source>

Resources/Public/JavaScript/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(window.NodeList && !NodeList.prototype.forEach){
44
}
55

66
// Initialize the Tiny Slider
7-
// (https://github.com/ganlanyuan/tiny-slider)
7+
// (https://swiperjs.com/swiper-api)
88
var sliderArray = {};
99
document.addEventListener("DOMContentLoaded", function(e) {
1010
let json = document.querySelectorAll(".hhSliderJson");

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'title' => 'Hauer-Heinrich - Slider (swiper-slider)',
1515
'description' => 'Hauer-Heinrich - Image and Content Slider',
1616
'category' => 'fe',
17-
'version' => '1.0.0',
17+
'version' => '1.0.1',
1818
'state' => 'stable',
1919
'uploadfolder' => false,
2020
'clearcacheonload' => false,

0 commit comments

Comments
 (0)