Commit e15ea2de authored by Andy Hausmann's avatar Andy Hausmann

Fixed #28 (@github): Fixed a typo in the docs.

parent 19afca20
...@@ -31,28 +31,26 @@ Install via Extension Manager as usual. ...@@ -31,28 +31,26 @@ Install via Extension Manager as usual.
### TypoScript Constants ### TypoScript Constants
plugin.tx_flexslider { plugin.tx_flexslider {
view {
# Necessary options, if you plan to manipulate the templates
templateRootPath = EXT:flexslider/Resources/Private/Templates/
partialRootPath = EXT:flexslider/Resources/Private/Partials/
layoutRootPath = EXT:flexslider/Resources/Private/Layouts/
}
persistence {
# Here you can set up the Record Storage Page globally
storagePid =
}
settings { settings {
view { # String: File reference to the FlexSlider's Css file - empty this value if you want to include this at your own
# Necessary options, if you plan to manipulate the templates css = EXT:flexslider/Resources/Public/Css/flexslider.css
templateRootPath = EXT:flexslider/Resources/Private/Templates/ lib {
partialRootPath = EXT:flexslider/Resources/Private/Partials/ # String: File reference to alternative jQuery library if EXT t3jquery is not in use
layoutRootPath = EXT:flexslider/Resources/Private/Layouts/ jQuery = EXT:flexslider/Resources/Public/Js/jquery-min.js
} # String: File reference to flexslider library
persistence { flexslider = EXT:flexslider/Resources/Public/Js/jquery.flexslider-min.js
# Here you can set up the Record Storage Page globally # Bool: Flag to define whether the script shoul be moved to the footer or not
storagePid = moveToFooter = 0
}
settings {
# String: File reference to the FlexSlider's Css file - empty this value if you want to include this at your own
css = EXT:flexslider/Resources/Public/Css/flexslider.css
lib {
# String: File reference to alternative jQuery library if EXT t3jquery is not in use
jQuery = EXT:flexslider/Resources/Public/Js/jquery-min.js
# String: File reference to flexslider library
flexslider = EXT:flexslider/Resources/Public/Js/jquery.flexslider-min.js
# Bool: Flag to define whether the script shoul be moved to the footer or not
moveToFooter = 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