Is there a way we can allow doc and excel files in the FAL upload in the backend? for e.g we have this in the TCA
\TYPO3\CMS\Core\Resource\File::FILETYPE_AUDIO => [
'showitem' => '
--palette--;LLL:EXT:lang/locallang_tca.xlf:sys_file_reference.imageoverlayPalette;imageoverlayPalette,
--palette--;;filePalette',
],
but there is not FILETYPE_DOCUMENT
or something like that