-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
ext_emconf.php
26 lines (24 loc) · 1.04 KB
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "file_list".
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'File List',
'description' => 'This extension provides a frontend plugin which shows a list of files and folders in a specified directory on the file system (comparable to Apache directory listing) or using more advanced FAL selectors (categories, collection of files, ...). This extension may also be used for creating image galleries. Default templates are Bootstrap-ready.',
'category' => 'plugin',
'version' => '3.2.0',
'state' => 'stable',
'author' => 'Xavier Perseguers',
'author_email' => '[email protected]',
'author_company' => 'Causal Sàrl',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-13.4.99',
'php' => '7.4.0-8.4.99',
],
'conflicts' => [],
'suggests' => [
'fal_protect' => '1.6.0-'
],
],
];