Commit 5e9ec48f authored by Andy Hausmann's avatar Andy Hausmann

Updated Documentation and Changelog.

parent ad605512
### 1.3.2
* __Hotfix__: Switched type of field "subtitle" to text.
### 1.3.1 ### 1.3.1
* __Hotfix__: Fixed an incompatibility to TYPO3 4.5 LTS within the DynLink ViewHelper. * __Hotfix__: Fixed an incompatibility to TYPO3 4.5 LTS within the DynLink ViewHelper.
......
# EXT: FlexSlider # EXT: FlexSlider
It simply brings WooThemes awesome fully responsive jQuery Slider Plugin to TYPO3 – as a Frontend Plugin, of course. It simply brings WooThemes awesome fully responsive jQuery Slider Plugin to TYPO3 – as a Frontend Plugin, of course.
## Installation ## Installation
### Via Git ### Via Git
Clone into typo3conf/ext/ Clone into typo3conf/ext/
git clone git@bitbucket.org:sotastudio/typo3.extbase.flexslider.git /path/to/project/typo3conf/ext/flexslider/ git clone git@github.com:andyhausmann/TYPO3_Extension_FlexSlider.git /path/to/project/typo3conf/ext/flexslider/
Install via Extension Manager as usual. Install via Extension Manager as usual.
...@@ -35,26 +31,28 @@ Install via Extension Manager as usual. ...@@ -35,26 +31,28 @@ 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 {
# String: File reference to the FlexSlider's Css file - empty this value if you want to include this at your own view {
css = EXT:flexslider/Resources/Public/Css/flexslider.css # Necessary options, if you plan to manipulate the templates
lib { templateRootPath = EXT:flexslider/Resources/Private/Templates/
# String: File reference to alternative jQuery library if EXT t3jquery is not in use partialRootPath = EXT:flexslider/Resources/Private/Partials/
jQuery = EXT:flexslider/Resources/Public/Js/jquery-min.js layoutRootPath = EXT:flexslider/Resources/Private/Layouts/
# String: File reference to flexslider library }
flexslider = EXT:flexslider/Resources/Public/Js/jquery.flexslider-min.js persistence {
# Bool: Flag to define whether the script shoul be moved to the footer or not # Here you can set up the Record Storage Page globally
moveToFooter = 0 storagePid =
}
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