forked from haassie/rh_recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
31 lines (29 loc) · 727 Bytes
/
Copy pathext_emconf.php
File metadata and controls
31 lines (29 loc) · 727 Bytes
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[$_EXTKEY] = array(
'title' => 'reCAPTCHA for Powermail',
'description' => 'Implements Google reCAPTCHA 2 to Powermail 2 and 3',
'category' => 'plugin',
'author' => 'Richard Haeser',
'author_email' => 'richardhaeser@gmail.com',
'state' => 'stable',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.1.1',
'constraints' =>
array(
'depends' =>
array(
'typo3' => '6.2.0-8.7.99',
'powermail' => '2.0.0-3.99.99',
),
'conflicts' =>
array(
),
'suggests' =>
array(
),
),
'clearcacheonload' => false,
'author_company' => null,
);