forked from macopedia/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
41 lines (39 loc) · 1.02 KB
/
ext_emconf.php
File metadata and controls
41 lines (39 loc) · 1.02 KB
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
$EM_CONF[$_EXTKEY] = array(
'title' => 'Community',
'description' => 'A flexible community / social network system based on Extbase and Fluid. Friends (buddies), messages, user profile, wall, gallery, notification service, and a lot more.',
'category' => 'plugin',
'shy' => 0,
'version' => '2.1.1',
'dependencies' => 'cms,extbase,fluid',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'beta',
'uploadfolder' => 1,
'createDirs' => 'uploads/tx_community,uploads/tx_community/photos',
'modify_tables' => 'fe_users',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 'Tymoteusz Motylewski',
'author_email' => 't.motylewski@gmail.com',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.6.99',
'extbase' => '',
'fluid' => '',
'static_info_tables' => '6.0.0-7.99.99',
),
'conflicts' => array(
),
'suggests' => array(
'smilie' => '',
),
),
'suggests' => array(
)
);