forked from TYPO3-extensions/l10nmgr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
29 lines (29 loc) · 1.33 KB
/
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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "l10nmgr".
* Auto generated 10-03-2015 18:54
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array(
'title' => 'Localization Manager',
'description' => 'Module for managing localization import and export',
'category' => 'module',
'version' => '8.2.1',
'state' => 'beta',
'uploadfolder' => false,
'createDirs' => 'uploads/tx_l10nmgr/settings,uploads/tx_l10nmgr/saved_files,uploads/tx_l10nmgr/jobs,uploads/tx_l10nmgr/jobs/out,uploads/tx_l10nmgr/jobs/in,uploads/tx_l10nmgr/jobs/done,uploads/tx_l10nmgr/jobs/_cmd',
'clearCacheOnLoad' => true,
'author' => 'Kasper Skaarhoej, Daniel Zielinski, Daniel Poetzinger, Fabian Seltmann, Andreas Otto, Jo Hasenau, Peter Russ',
'author_company' => 'Localization Manager Team',
'constraints' => array(
'depends' => array(
'typo3' => '8.7.0-8.99.99',
'static_info_tables' => '6.4.2-0.0.0'
),
'conflicts' => array(),
'suggests' => array()
)
);