TYPO3 CMS  TYPO3_6-2
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'Recycler',
4  'description' => 'The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.',
5  'category' => 'module',
6  'author' => 'Julian Kleinhans',
7  'author_email' => 'typo3@kj187.de',
8  'state' => 'stable',
9  'uploadfolder' => 0,
10  'createDirs' => '',
11  'clearCacheOnLoad' => 0,
12  'author_company' => '',
13  'version' => '6.2.0',
14  'constraints' => array(
15  'depends' => array(
16  'typo3' => '6.2.0-6.2.99',
17  ),
18  'conflicts' => array(),
19  'suggests' => array(),
20  ),
21  '_md5_values_when_last_written' => '',
22 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2