forked from bihor/fp_newsletter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
29 lines (27 loc) · 1021 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "fp_newsletter"
*
* Auto generated by Extension Builder 2018-06-15
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Newsletter subscriber management',
'description' => 'Plugin for newsletter subscription and unsubscription with double opt in (and double opt out). For: mail or luxletter / tt_address or fe_users. A log is written.',
'category' => 'plugin',
'author' => 'Kurt Gusbeth',
'author_company' => 'fixpunkt für digitales GmbH',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'version' => '6.4.3',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99'
],
'conflicts' => [],
'suggests' => [],
],
];