[FEATURE] Make thumbnail size in file list configurable
The size of thumbnails of the file list is hard coded to 64x64 px which might not be optimal in some cases. Thus, the size should be configurable via UserTS. Releases: master Resolves: #73357 Change-Id: Ibd3bd43e55231212a410ee56b375e9be5d4354d2 Reviewed-on: https://review.typo3.org/51306 Tested-by:TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Sommer <markus.sommer@typo3.org> Tested-by:
Markus Sommer <markus.sommer@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Configuration/DefaultConfiguration.php 4 additions, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-73357-MakeThumbnailSizeInFileBrowserConfigurable.rst 26 additions, 0 deletions...ture-73357-MakeThumbnailSizeInFileBrowserConfigurable.rst
- typo3/sysext/filelist/Classes/Configuration/ThumbnailConfiguration.php 68 additions, 0 deletions...filelist/Classes/Configuration/ThumbnailConfiguration.php
- typo3/sysext/filelist/Classes/Controller/FileListController.php 7 additions, 0 deletions...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/filelist/Classes/FileList.php 14 additions, 1 deletiontypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/filelist/Resources/Private/Templates/FileList/Search.html 1 addition, 1 deletion...filelist/Resources/Private/Templates/FileList/Search.html
- typo3/sysext/recordlist/Classes/Browser/FileBrowser.php 19 additions, 1 deletiontypo3/sysext/recordlist/Classes/Browser/FileBrowser.php
Please register or sign in to comment