Commit 9c4c3a11 authored by Andy Hausmann's avatar Andy Hausmann

Misc/beauty work. Nothing important.

parent e15ea2de
/*
* Nearly ready-to-use configuration for usage in TypoScript Libs and such.
*
* Use set persistence.storagePid and let it roll!
*/
temp.flexslider = USER
temp.flexslider {
userFunc = tx_extbase_core_bootstrap->run
pluginName = Pi1
extensionName = Flexslider
controller = FlexSlider
action = list
switchableControllerActions {
FlexSlider {
1 = list
}
}
settings =< plugin.tx_flexslider.settings
persistence =< plugin.tx_flexslider.persistence
//persistence.storagePid = 73
view =< plugin.tx_flexslider.view
}
plugin.tx_flexslider { plugin.tx_flexslider {
view { view {
templateRootPath = {$plugin.tx_flexslider.view.templateRootPath} templateRootPath = {$plugin.tx_flexslider.view.templateRootPath}
...@@ -97,4 +73,29 @@ plugin.tx_flexslider._LOCAL_LANG.default { ...@@ -97,4 +73,29 @@ plugin.tx_flexslider._LOCAL_LANG.default {
*/ */
plugin.tx_flexslider._CSS_DEFAULT_STYLE ( plugin.tx_flexslider._CSS_DEFAULT_STYLE (
) )
\ No newline at end of file
/*
* Nearly ready-to-use configuration for usage in TypoScript Libs and such.
*
* Use set persistence.storagePid and let it roll!
*/
temp.flexslider = USER
temp.flexslider {
userFunc = tx_extbase_core_bootstrap->run
pluginName = Pi1
extensionName = Flexslider
controller = FlexSlider
action = list
switchableControllerActions {
FlexSlider {
1 = list
}
}
settings =< plugin.tx_flexslider.settings
persistence =< plugin.tx_flexslider.persistence
# Define a storagePid to fetch the records from
//persistence.storagePid =
view =< plugin.tx_flexslider.view
}
\ No newline at end of file
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