-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
35 lines (33 loc) · 1.07 KB
/
ext_emconf.php
File metadata and controls
35 lines (33 loc) · 1.07 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "ecompc"
*
* Auto generated by Extension Builder 2014-07-15
*
* Manual updates:
* Only the data in the array - anything else is removed by next write.
* "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF['ecompc'] = array(
'title' => 'Product Configurator',
'description' => 'A more or less complex product configuration enabling the user to configure their specific product with output of an article number or a dynamic configuration code, based on options checked.',
'category' => 'plugin',
'author' => 'Sebastian Iffland',
'author_email' => 'sebastian.iffland@ecom-ex.com',
'state' => 'beta',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '2.1.2',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.99.99',
'php' => '5.4.0-5.5.99'
),
'conflicts' => array(
),
'suggests' => array(
),
),
);