plugin.tx_randomimages { view { templateRootPath = {$plugin.tx_randomimages.view.templateRootPath} partialRootPath = {$plugin.tx_randomimages.view.partialRootPath} layoutRootPath = {$plugin.tx_randomimages.view.layoutRootPath} } settings { // path to the images path = fileadmin/user_upload/randomimages // path(es) to ignore (coma separated) ignorePath = // folder names to ignore (coma separated) ignoreFolder = // file names to ignore (coma separated) ignoreFile = // search image files recursively recursive = 1 // sort by (0 = unsorted, shuffled / 1 = sorted by filedate / 2 = sorted by filename / 3 = sorted by path and filename) sort = 0 // sortOrder (asc = ascending / desc = descending) sortOrder = asc // template path and filename to fluid template file = typo3conf/ext/maag_randomimages/Resources/Private/Templates/Image/Show.html // dynamic change settings dynamic = 0 dynamicChange { // jQuery path to image div list containerId = #randomImages .effectContainer // pauseTime of image change in miliseconds pauseTime = 2000 // transitionTime of image change in miliseconds transitionTime = 4000 // delay start of image change in miliseconds delayStart = 2000 // pause of image change on mouse over? pauseOnMouseOver = 1 // create nav buttons? createNavButtons = 1 } } _CSS_DEFAULT_STYLE ( ) } page.includeCSS.randomImages = EXT:maag_randomimages/Resources/Public/Css/RandomImages.css