Feature #20171 » patch_RFC10673_CSCUploads_trunk5205_v1.patch
typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php (Arbeitskopie) | ||
---|---|---|
// Set layout type:
|
||
$type = intval($this->cObj->data['layout']);
|
||
// enable to overwrite filelist by TS
|
||
if(is_array($conf['filePath.'])) {
|
||
$this->cObj->data['select_key'] = $this->cObj->stdWrap($this->cObj->data['select_key'],$conf['filePath.']);
|
||
}
|
||
// Get the list of files (using stdWrap function since that is easiest)
|
||
$lConf = array();
|
||
$lConf['override.']['filelist.']['field'] = 'select_key';
|