Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flexslider
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hebotek
flexslider
Commits
19dd0c90
Commit
19dd0c90
authored
Apr 18, 2012
by
Andy Hausmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Readme.md.
parent
9d4df64b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
README.md
README.md
+6
-2
No files found.
README.md
View file @
19dd0c90
...
@@ -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 option
s
, 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment