forked from a-r-m-i-n/pw_comments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
33 lines (31 loc) · 926 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
30
31
32
33
<?php
/* | This extension is made for TYPO3 CMS and is licensed
* | under GNU General Public License.
* |
* | (c) 2011-2022 Armin Vieweg <[email protected]>
* | 2015 Dennis Roemmich <[email protected]>
* | 2016-2017 Christian Wolfram <[email protected]>
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Comments for TYPO3 CMS',
'description' => 'Powerful extension for providing comments, including replies on comments and voting.',
'category' => 'plugin',
'author' => 'Armin Vieweg',
'author_email' => '[email protected]',
'author_company' => '',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => null,
'modify_tables' => '',
'clearCacheOnLoad' => false,
'version' => '5.2.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99'
],
'conflicts' => [
],
'suggests' => [
]
]
];