-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
42 lines (40 loc) · 1.29 KB
/
ext_emconf.php
File metadata and controls
42 lines (40 loc) · 1.29 KB
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
32
33
34
35
36
37
38
39
40
41
42
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "hh_powermail_mosparo".
*
* Auto generated 11-06-2025 14:19
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF['hh_powermail_mosparo'] = [
'title' => 'Hauer-Heinrich - "Mosparo.io" SPAM protection system',
'description' => 'Additional field for EXT:powermail. Adds "Mosparo.io" SPAM protection system.',
'category' => 'plugin',
'version' => '1.0.0',
'state' => 'stable',
'uploadfolder' => false,
'clearcacheonload' => false,
'author' => 'Christian Hackl',
'author_email' => 'web@hauer-heinrich.de',
'author_company' => '',
'constraints' => [
'depends' => [
'php' => '>=8.2.0',
'typo3' => '12.4.0-13.4.99',
'extbase' => '12.4.0-13.4.99',
'fluid' => '12.4.0-13.4.99',
'powermail' => '8.0.0-13.0.99',
],
'conflicts' => [
],
'suggests' => [
],
],
'autoload' => [
'psr-4' => [
'HauerHeinrich\\HhPowermailCheckboxlink\\' => 'Classes',
],
],
];