-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathext_emconf.php
More file actions
23 lines (22 loc) · 671 Bytes
/
ext_emconf.php
File metadata and controls
23 lines (22 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
$EM_CONF['sf_register'] = [
'title' => 'Frontend User Registration',
'description' => 'Offers the possibility to maintain the fe_user data in frontend by the user self.',
'category' => 'fe',
'author' => 'Sebastian Fischer',
'author_email' => 'typo3@evoweb.de',
'author_company' => 'evoWeb',
'state' => 'stable',
'clearCacheOnLoad' => true,
'version' => '14.0.0',
'constraints' => [
'depends' => [
'typo3' => '14.0.0-14.4.99',
],
'suggests' => [
'extender' => '11.0.0-',
'recaptcha' => '14.0.0-',
'static_info_tables' => '12.0.0-',
],
],
];