-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
41 lines (39 loc) · 1000 Bytes
/
ext_emconf.php
File metadata and controls
41 lines (39 loc) · 1000 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
32
33
34
35
36
37
38
39
40
41
<?php
/* | This extension is part of the TYPO3 project. The TYPO3 project is
* | free software and is licensed under GNU General Public License.
* |
* | (c) 2011-2015 Armin Ruediger Vieweg <armin@v.ieweg.de>
* | 2015 Dennis Roemmich <dennis@roemmich.eu>
*/
$EM_CONF[$_EXTKEY] = array(
'title' => 'pwComments',
'description' => 'Powerful extension for providing comments, including replies on comments and voting.',
'category' => 'plugin',
'author' => 'Armin Ruediger Vieweg',
'author_email' => 'armin@v.ieweg.de',
'author_company' => '',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'stable',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '3.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.2.99',
),
'conflicts' => array(
),
'suggests' => array(
),
),
'suggests' => array(
),
);