forked from AgenturPottkinder/typo3_forum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
27 lines (26 loc) · 700 Bytes
/
ext_emconf.php
File metadata and controls
27 lines (26 loc) · 700 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
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'typo3_forum',
'description' => 'Forum extension',
'category' => 'plugin',
'author' => 'Mittwald CM Service',
'author_email' => 'support@mittwald.de',
'author_company' => 'Mittwald CM Service',
'dependencies' => 'cms,extbase,fluid,sr_feuser_register,static_info_tables',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => 'typo3temp/typo3_forum,typo3temp/typo3_forum/gravatar',
'modify_tables' => 'fe_users',
'clearCacheOnLoad' => 0,
'version' => '1.0.1',
'constraints' => [
'depends' => [
'typo3' => '6.2.0-7.6.99',
'static_info_tables' => '',
'php' => '5.4',
],
'suggests' => [
'sr_feuser_register' => '',
],
],
];