-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·26 lines (24 loc) · 877 Bytes
/
Copy pathext_emconf.php
File metadata and controls
executable file
·26 lines (24 loc) · 877 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
########################################################################
# Extension Manager/Repository config file for ext "fal_recycler".
########################################################################
$EM_CONF[$_EXTKEY] = array(
'title' => 'FAL Recycler for 6.2',
'description' => 'Enables FAL Recycler Feature in TYPO3 6.2',
'category' => 'misc',
'author' => 'Dominique Kreemers, Marcus Schwemer',
'author_email' => 'marcus.schwemer@in2code.de',
'dependencies' => 'extbase, fluid',
'state' => 'stable',
'author_company' => 'in2code GmbH',
'version' => '1.1.6',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-6.2.99',
'extbase' => '6.2.0-6.2.99',
'fluid' => '6.2.0-6.2.99',
),
'conflicts' => array(),
'suggests' => array(),
),
);