-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathext_emconf.php
21 lines (20 loc) · 848 Bytes
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
$EM_CONF['additional_reports'] = [
'title' => 'Useful information in reports module',
'description' => 'Useful information in the reports module: xclass, ajax, cliKeys, eID, general status of the system (encoding, DB, php vars...), hooks, compare local and TER extension (diff), used content type, used plugins, ExtDirect... It can really help you during migration or new existing project (to have global reports of the system).',
'version' => '3.4.7',
'state' => 'stable',
'uploadfolder' => '',
'createDirs' => '',
'clearcacheonload' => true,
'author' => 'CERDAN Yohann',
'author_email' => '[email protected]',
'author_company' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-13.4.99',
],
'conflicts' => [],
'suggests' => [],
],
];