Commit d508890c authored by Andy Hausmann's avatar Andy Hausmann

Added a temp. Library for TypoScript Library usage.

parent 5e757caa
/*
* 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 {
view {
templateRootPath = {$plugin.tx_flexslider.view.templateRootPath}
......
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