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