Go to the documentation of this file. 4 'title' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file',
10 'default_sortby' =>
'ORDER BY name ASC',
11 'dividers2tabs' => TRUE,
12 'typeicon_column' =>
'type',
13 'typeicon_classes' => array(
14 '1' =>
'mimetypes-text-text',
15 '2' =>
'mimetypes-media-image',
16 '3' =>
'mimetypes-media-audio',
17 '4' =>
'mimetypes-media-video',
18 '5' =>
'mimetypes-application',
19 'default' =>
'mimetypes-other-other' 22 'ignoreWebMountRestriction' => TRUE,
23 'ignoreRootLevelRestriction' => TRUE,
25 'searchFields' =>
'name, type, mime_type, sha1' 28 'showRecordFieldList' =>
'storage, name, type, mime_type, size, sha1, missing' 34 'userFunc' =>
'typo3/sysext/core/Classes/Resource/Hook/FileInfoHook.php:TYPO3\CMS\Core\Resource\Hook\FileInfoHook->renderFileInfo' 39 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.storage',
46 'foreign_table' =>
'sys_file_storage',
47 'foreign_table_where' =>
'ORDER BY sys_file_storage.name',
53 'identifier' => array(
55 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.identifier',
64 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.name',
74 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type',
80 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.unknown', 0),
81 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.text', 1),
82 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.image', 2),
83 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.audio', 3),
84 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.video', 4),
85 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.software', 5)
91 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.mime_type',
100 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.sha1',
109 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.size',
121 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.missing',
130 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.metadata',
134 'foreign_table' =>
'sys_file_metadata',
135 'foreign_field' =>
'file',
143 '1' => array(
'showitem' =>
'fileinfo, storage, missing')
145 'palettes' => array()