Commit 7ffecf49 authored by Andy Hausmann's avatar Andy Hausmann

Removed localized fliers from TS - this is not that easy at this place.

parent ba8288ce
...@@ -7,7 +7,7 @@ plugin.tx_flexslider { ...@@ -7,7 +7,7 @@ plugin.tx_flexslider {
persistence { persistence {
storagePid = {$plugin.tx_flexslider.persistence.storagePid} storagePid = {$plugin.tx_flexslider.persistence.storagePid}
} }
settings{ settings {
# String: Select your animation type, "fade" or "slide" # String: Select your animation type, "fade" or "slide"
animation = fade animation = fade
# String: Select the sliding direction, "horizontal" or "vertical" # String: Select the sliding direction, "horizontal" or "vertical"
...@@ -20,10 +20,6 @@ plugin.tx_flexslider { ...@@ -20,10 +20,6 @@ plugin.tx_flexslider {
animationDuration = 600 animationDuration = 600
# Boolean: Create navigation for previous/next navigation? (true/false) # Boolean: Create navigation for previous/next navigation? (true/false)
directionNav = 1 directionNav = 1
# String: Set the text for the "previous" directionNav item
prevText = LLL:EXT:flexslider/locallang.php:prevText
# Set the text for the "next" directionNav item
nextText = LLL:EXT:flexslider/locallang.php:nextText
# Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering # Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering
pauseOnHover = 0 pauseOnHover = 0
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment