-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
26 lines (24 loc) · 872 Bytes
/
ext_emconf.php
File metadata and controls
26 lines (24 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php /** @noinspection PhpUndefinedVariableInspection */
/***************************************************************
* Extension Manager/Repository config file for ext: "adminpanel_int"
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Boilerplate Extension',
'description' => 'Extend the adminpanel by showing the actual info for each USER_INT object on the page.',
'category' => 'misc',
'author' => 'Christian Eßl',
'author_email' => 'indy.essl@gmail.com',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.0.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.5.99',
'adminpanel' => '9.5.0-9.5.99',
],
'conflicts' => [],
'suggests' => [],
],
];