‪TYPO3CMS  9.5
ext_tables.php
Go to the documentation of this file.
1 <?php
2 defined('TYPO3_MODE') or die();
3 
4 \‪TYPO3\CMS\‪Extbase\Utility\ExtensionUtility::registerModule(
5  '‪TYPO3.CMS.Filelist',
6  'file',
7  'list',
8  '',
9  [
10  'FileList' => 'index, search',
11  ],
12  [
13  'access' => 'user,group',
14  'workspaces' => 'online,custom',
15  'icon' => 'EXT:filelist/Resources/Public/Icons/module-filelist.svg',
16  'labels' => 'LLL:EXT:filelist/Resources/Private/Language/locallang_mod_file_list.xlf'
17  ]
18 );
‪TYPO3\CMS\Extbase\Annotation
Definition: IgnoreValidation.php:4
‪TYPO3