forked from franzholz/tt_products
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
executable file
·75 lines (72 loc) · 2.29 KB
/
ext_emconf.php
File metadata and controls
executable file
·75 lines (72 loc) · 2.29 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "tt_products".
***************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Shop System',
'description' => 'New versions at ttproducts.de. Documented in E-Book "Der TYPO3-Webshop" - Shop with listing in multiple languages, with order tracking, photo gallery, DAM, product variants, credit card payment and bank accounts, bill, creditpoint, voucher system and gift certificates. Latest updates at ttproducts.de.',
'category' => 'plugin',
'shy' => 0,
'dependencies' => 'cms,table,div2007',
'conflicts' => 'su_products,zk_products,mkl_products,ast_rteproducts,onet_ttproducts_rte,shopsort,c3bi_cookie_at_login',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'internal' => 0,
'uploadfolder' => 0,
'createDirs' => 'uploads/tx_ttproducts/datasheet,uploads/tx_ttproducts/rte,fileadmin/data/bill,fileadmin/data/delivery,fileadmin/img',
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'author' => 'Franz Holzinger',
'author_email' => 'franz@ttproducts.de',
'author_company' => 'jambage.com',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'version' => '2.8.23',
'constraints' => array(
'depends' => array(
'div2007' => '1.7.11-0.0.0',
'migration_core' => '0.0.0-0.99.99',
'php' => '5.2.0-7.99.99',
'table' => '0.3.0-0.0.0',
'tsparser' => '0.2.5-0.0.0',
'typo3' => '4.5.0-8.99.99',
),
'conflicts' => array(
'mkl_products' => '',
'su_products' => '',
'zk_products' => '',
'ast_rteproducts' => '',
'onet_ttproducts_rte' => '',
'shopsort' => '',
'c3bi_cookie_at_login' => '',
),
'suggests' => array(
'func_wizards' => '',
'addons_em' => '0.2.1-0.0.0',
),
),
'autoload' => array(
'psr-4' => array('JambageCom\\TtProducts\\' => 'Classes'),
'classmap' => array(
'api',
'cache',
'Classes',
'control',
'eid',
'hooks',
'lib',
'marker',
'model',
'modfunc1',
'modfunc2',
'pi1',
'pi_int',
'pi_search',
'view',
'widgets',
)
),
);