‪TYPO3CMS  9.5
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' => 'User>Task Center, Actions',
'description' => 'Actions are \'programmed\' admin tasks which can be performed by selected regular users from the Task Center. An action could be creation of backend users, fixed SQL SELECT queries, listing of records, direct edit access to selected records etc.',
'category' => 'module',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '9.5.32',
'constraints' => [
'depends' => [
'typo3' => '9.5.32',
'taskcenter' => '9.5.32',
],
'conflicts' => [],
'suggests' => [],
],
]

Definition at line 2 of file ext_emconf.php.