plan2net / webp

Create a WebP copy for images (TYPO3 CMS)
GNU General Public License v3.0
60 stars 33 forks source link

webp-files are hidden globally in file manager #56

Closed heural closed 2 years ago

heural commented 2 years ago

Typo3 filemanager (filelist/fal) does not display webp-files anymore if this extension is installed: https://forge.typo3.org/issues/94921

This extension disables webp-files globally in the file-manager. Why?

Should hide only "generated" webp-files or hide the special folder processed instead?

wazum commented 2 years ago

Why? Because the files are possibly generated in every folder.

Create an extension and remove the filter yourself from $GLOBALS['TYPO3_CONF_VARS']['SYS']['fal']['defaultFilterCallbacks'] or file a feature request to make this configurable (possibly sponsored).

a-r-m-i-n commented 2 years ago

It would be nice, if this would be configurable. A customer of mine, uses webp images from its own, and is wondering, why they are missing all in fileadmin.

Also, because of the numeric index you use, it is more complicated to remove just your filter. You could provide an extension setting for this.