-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathext_emconf.php
More file actions
26 lines (25 loc) · 863 Bytes
/
ext_emconf.php
File metadata and controls
26 lines (25 loc) · 863 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
<?php
$EM_CONF[$_EXTKEY] = [
'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',
'version' => '4.0.0',
'state' => 'stable',
'uploadfolder' => true,
'createDirs' => 'uploads/tx_community,uploads/tx_community/photos',
'author' => 'Tymoteusz Motylewski',
'author_email' => 't.motylewski@gmail.com',
'author_company' => 'Macopedia.pl',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.5.99',
'extbase' => '',
'fluid' => '',
'static_info_tables' => '6.0.0-7.99.99',
],
'conflicts' => [],
'suggests' => [
'smilie' => '',
],
],
];