Commit 19dd0c90 authored by Andy Hausmann's avatar Andy Hausmann

Updated Readme.md.

parent 9d4df64b
...@@ -34,13 +34,13 @@ _This section isn't completed yet._ ...@@ -34,13 +34,13 @@ _This section isn't completed yet._
plugin.tx_flexslider { plugin.tx_flexslider {
settings { settings {
view { view {
# Necessary option, if you plan to manipulate the templates # Necessary options, if you plan to manipulate the templates
templateRootPath = EXT:flexslider/Resources/Private/Templates/ templateRootPath = EXT:flexslider/Resources/Private/Templates/
partialRootPath = EXT:flexslider/Resources/Private/Partials/ partialRootPath = EXT:flexslider/Resources/Private/Partials/
layoutRootPath = EXT:flexslider/Resources/Private/Layouts/ layoutRootPath = EXT:flexslider/Resources/Private/Layouts/
} }
persistence { persistence {
# Here you can setup the Record Storage Page globally # Here you can set up the Record Storage Page globally
storagePid = storagePid =
} }
} }
...@@ -55,10 +55,14 @@ _This section isn't completed yet._ ...@@ -55,10 +55,14 @@ _This section isn't completed yet._
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"
slideDirection = horizontal
# Boolean: Animate slider automatically # Boolean: Animate slider automatically
slideshow = 0 slideshow = 0
# Integer: Set the speed of the slideshow cycling, in milliseconds # Integer: Set the speed of the slideshow cycling, in milliseconds
slideshowSpeed = 7000 slideshowSpeed = 7000
# Integer: Set the speed of animations, in milliseconds
animationDuration = 600
# Boolean: Create navigation for previous/next navigation? (true/false) # Boolean: Create navigation for previous/next navigation? (true/false)
directionNav = 1 directionNav = 1
# 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
......
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