-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
30 lines (28 loc) · 942 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "rest_falprocessing"
***************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'FAL Image Processing',
'description' => 'Test',
'category' => 'plugin',
'author' => 'Jens Jacobsen',
'author_email' => '[email protected]',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '7.6.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.0-',
'rest' => '2.0.0-',
),
'conflicts' => array(),
'suggests' => array(),
),
'autoload' => array(
'classmap' => array('Classes')
),
);