‪TYPO3CMS  9.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 ‪$EM_CONF[$_EXTKEY] = [
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' => 'TYPO3 Core Team',
7  'author_email' => 'typo3cms@typo3.org',
8  'state' => 'stable',
9  'uploadfolder' => 0,
10  'createDirs' => '',
11  'clearCacheOnLoad' => 0,
12  'author_company' => '',
13  'version' => '9.5.32',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '9.5.32',
17  ],
18  'conflicts' => [],
19  'suggests' => [
20  'scheduler' => ''
21  ],
22  ],
23 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2