⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (1.18 KB)
Bug #17122
» ext_emconf.php
Christian Weiske
, 2013-02-01 11:52
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "tt_news".
*
* Auto generated 02-11-2012 14:24
*
* 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'
=>
'flexformtest'
,
'description'
=>
''
,
'category'
=>
'plugin'
,
'shy'
=>
0
,
'dependencies'
=>
'cms'
,
'conflicts'
=>
''
,
'priority'
=>
''
,
'loadOrder'
=>
''
,
'module'
=>
''
,
'state'
=>
'alpha'
,
'internal'
=>
0
,
'uploadfolder'
=>
1
,
'createDirs'
=>
''
,
'modify_tables'
=>
''
,
'clearCacheOnLoad'
=>
0
,
'lockType'
=>
''
,
'author'
=>
'christian weiske'
,
'author_email'
=>
'cweiske@cweiske.de'
,
'author_company'
=>
''
,
'CGLcompliance'
=>
''
,
'CGLcompliance_note'
=>
''
,
'version'
=>
'3.3.0'
,
'_md5_values_when_last_written'
=>
''
,
'constraints'
=>
array
(
'depends'
=>
array
(
'cms'
=>
''
,
'php'
=>
'5.0.0-5.4.99'
,
'typo3'
=>
'4.3.0-6.0.99'
,
),
'conflicts'
=>
array
(
),
'suggests'
=>
array
(
),
),
'suggests'
=>
array
(
),
);
?>
« Previous
1
2
3
Next »
(1-1/3)
Loading...