 |
TYPO3
7.6
|
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 'typeicon_column' =>
'type',
12 'typeicon_classes' => array(
13 '1' =>
'mimetypes-text-text',
14 '2' =>
'mimetypes-media-image',
15 '3' =>
'mimetypes-media-audio',
16 '4' =>
'mimetypes-media-video',
17 '5' =>
'mimetypes-application',
18 'default' =>
'mimetypes-other-other'
21 'ignoreWebMountRestriction' =>
true,
22 'ignoreRootLevelRestriction' =>
true,
24 'searchFields' =>
'name, type, mime_type, sha1'
27 'showRecordFieldList' =>
'storage, name, type, mime_type, size, sha1, missing'
33 'userFunc' =>
'typo3/sysext/core/Classes/Resource/Hook/FileInfoHook.php:TYPO3\CMS\Core\Resource\Hook\FileInfoHook->renderFileInfo'
38 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.storage',
42 'renderType' =>
'selectSingle',
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',
78 'renderType' =>
'selectSingle',
81 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.unknown', 0),
82 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.text', 1),
83 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.image', 2),
84 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.audio', 3),
85 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.video', 4),
86 array(
'LLL:EXT:lang/locallang_tca.xlf:sys_file.type.software', 5)
92 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.mime_type',
101 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.sha1',
110 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.size',
122 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.missing',
131 'label' =>
'LLL:EXT:lang/locallang_tca.xlf:sys_file.metadata',
135 'foreign_table' =>
'sys_file_metadata',
136 'foreign_field' =>
'file',
144 '1' => array(
'showitem' =>
'fileinfo, storage, missing')
146 'palettes' => array()