Gernott / mask

TYPO3 Extension Mask
https://www.facebook.com/typo3mask
GNU General Public License v2.0
131 stars 86 forks source link

Allow to use videos for File fields #481

Closed liayn closed 2 years ago

liayn commented 2 years ago

Currently one to specify the allowed extensions manually for all fields, that should divert from the system's default $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'] list.

Please add an option to allow to switch this to $GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext'], so those "video-enabled" fields use the same default system values as well.

nhovratov commented 2 years ago

Related to: #375

Planning to add a "Media" type, which will use mediafile_ext defaults.