‪TYPO3CMS  10.4
ext_emconf.php File Reference

Go to the source code of this file.

Variables

 $EM_CONF [$_EXTKEY]
 

Variable Documentation

◆ $EM_CONF

$EM_CONF[ $_EXTKEY]
Initial value:
= [
'title' => 'Recycler',
'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.',
'category' => 'module',
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'state' => 'stable',
'clearCacheOnLoad' => 0,
'author_company' => '',
'version' => '10.4.38',
'constraints' => [
'depends' => [
'typo3' => '10.4.38',
],
'conflicts' => [],
'suggests' => [
'scheduler' => ''
],
],
]

Definition at line 3 of file ext_emconf.php.