Skip to content

Commit 8274dc1

Browse files
authored
Merge pull request #10 from t3solution/0.0.8
Info: https://www.t3sbootstrap.de/extensions/swiper-slider
2 parents fb10a81 + 3ac7006 commit 8274dc1

File tree

14 files changed

+32
-42
lines changed

14 files changed

+32
-42
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: t3s/t3s-swiper
2+
label: "Swiper Slider"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
lib.contentBlock {
3+
settings < lib.contentElement.settings
4+
}

ContentBlocks/ContentElements/swiperslider/assets/swiper-bundle.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ContentBlocks/ContentElements/swiperslider/assets/swiper-bundle.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ContentBlocks/ContentElements/swiperslider/assets/swiper-slider.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ContentBlocks/ContentElements/swiperslider/templates/layouts/SwiperLayout.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
<!-- TYPO3SEARCH_end -->
77
<f:render partial="SwiperAssets" arguments="{_all}" />
88
<f:asset.css identifier="t3sSwiperFrontendCSS" href="{cb:assetPath()}/swiper-slider.css"/>
9+
10+
<f:comment><![CDATA[
911
<f:variable name="smsResponsiveImages"><t3sswiper:isLoaded extensionkey="sms_responsive_images"/></f:variable>
12+
]]></f:comment>
13+
1014
<div id="swiper-{data.uid}" class="t3s_swiper">
1115
<f:render section="Header" optional="true">
1216
<f:render partial="SlideHeader" arguments="{_all}" />
1317
</f:render>
1418
<f:variable name="dimensions"><t3sswiper:dimensions settings="{data.pi_flexform}" /></f:variable>
15-
<div id="c{data.uid}" class="swiper swiper-{data.uid}" style="max-width:{dimensions.sliderwidth}px;max-height:{dimensions.sliderheight}px">
19+
<div id="c{data.uid}" class="swiper swiper-{data.uid}" style="width:{dimensions.sliderwidth}px;height:{dimensions.sliderheight}px">
1620
<f:comment> Slides </f:comment>
1721
<div class="swiper-wrapper">
1822
<f:render section="Swiper" arguments="{_all}" />

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# TYPO3 Extension ``t3s_swiper``
22

33
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/t3sbootstrap)
4-
[![Latest Stable Version](https://poser.pugx.org/t3s/t3sSwiper/v/stable)](https://packagist.org/packages/t3s/t3sSwiper)
5-
[![Monthly Downloads](https://poser.pugx.org/t3s/t3sSwiper/d/monthly)](https://packagist.org/packages/t3s/t3sSwiper)
6-
[![License](https://poser.pugx.org/t3s/t3sSwiper/license)](https://packagist.org/packages/t3s/t3sSwiper)
4+
[![Latest Stable Version](https://poser.pugx.org/t3s/t3s-swiper/v/stable)](https://packagist.org/packages/t3s/t3s-swiper)
5+
[![Monthly Downloads](https://poser.pugx.org/t3s/t3s-swiper/d/monthly)](https://packagist.org/packages/t3s/t3s-swiper)
6+
[![License](https://poser.pugx.org/t3s/t3s-swiper/license)](https://packagist.org/packages/t3s/t3s-swiper)
77

88
> This extension provides the Swiper slider and based on the extension content_blocks.
99
>
@@ -13,7 +13,7 @@
1313
## Requirements
1414

1515
- TYPO3 >= 13.4
16-
- ext:content_blocks >= 1.1.0
16+
- ext:content_blocks >= 1.3.18
1717

1818
## Usage
1919

0 commit comments

Comments
 (0)