-
Notifications
You must be signed in to change notification settings - Fork 3
/
ext_emconf.php
executable file
·31 lines (30 loc) · 988 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
22
23
24
25
26
27
28
29
30
31
<?php
$EM_CONF['ameos_mailredirect'] = [
'title' => 'Mail redirect for debug',
'description' => 'This extension redirect all mail send with TYPO3 API to a debug address for developpement period.',
'category' => 'misc',
'author' => 'Ameos Team',
'author_email' => 'typo3dev@ameos.com',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'author_company' => 'Ameos',
'version' => '3.1.2',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
'php' => '8.0.0-8.3.99'
],
'conflicts' => [],
'suggests' => [],
],
];