[TYPO3-english] Re: BE, filelist: Display more than 40 items?

Roman Abt ra at taywa.ch
Thu Sep 10 15:41:06 CEST 2015


Very old Post, but I just looked at the code in TYPO3 6.2. I don't think this is configurable

look at this file:

typo3/sysext/filelist/Classes/FileList.php


	/**
	 * Default Max items shown
	 *
	 * @todo Define visibility
	 */
	public $iLimit = 40;


is set to 40 and not by configuration overwrittable


More information about the TYPO3-english mailing list